1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-30 22:17:13 +02:00

Initial implementation of reload mechanism.

This commit is contained in:
Sandu Liviu Catalin
2016-03-24 09:32:44 +02:00
parent e057f22402
commit 42af986890
6 changed files with 202 additions and 8 deletions

View File

@ -516,7 +516,7 @@ enum EventType
EVT_WORLDOPTION,
EVT_WORLDTOGGLE,
EVT_SCRIPTRELOAD,
EVT_SCRIPTUNLOAD,
EVT_SCRIPTLOADED,
EVT_MAX
};