forked from teamnwah/openmw-tes3coop
[Server] Register new callback
This commit is contained in:
parent
377aa9b6c9
commit
b223d0fa1e
1 changed files with 2 additions and 1 deletions
|
@ -139,7 +139,8 @@ public:
|
|||
{"OnPlayerSendMessage", Function<bool, unsigned short, const char*>()},
|
||||
{"OnPlayerEndCharGen", Function<void, unsigned short>()},
|
||||
{"OnGUIAction", Function<void, unsigned short, int, const char*>()},
|
||||
{"OnMpNumIncrement", Function<void, int>()}
|
||||
{"OnMpNumIncrement", Function<void, int>()},
|
||||
{"OnRequestPluginList", Function<const char *, unsigned int, unsigned int>()}
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue