diff --git a/LUA-Events.md b/LUA-Events.md index 067fe9f..933122a 100644 --- a/LUA-Events.md +++ b/LUA-Events.md @@ -3,7 +3,7 @@ Within the LUA environment you can use events to react to certain things, such a To use events you need to subscribe to them. You can subscribe to the same event more than once if you want. The examples below show how subscribing works. -## Overview +## Events * [ProfileUpdating](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#profileupdating) * [ProfileDrawing](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#profiledrawing) * [KeyboardKeyPressed](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Events#keyboardkeypressed)