CScriptMazeNode progress

Former-commit-id: ff0275b48f
This commit is contained in:
2022-09-15 00:08:47 -04:00
parent f4731daebe
commit e5dd64ab55
6 changed files with 115 additions and 54 deletions

View File

@@ -81,6 +81,10 @@ public:
static void LoadMazeSeeds();
inline void SendScriptMsg(CStateManager& mgr, CEntity* to, EScriptObjectMessage msg) {
mgr.SendScriptMsg(to, GetUniqueId(), msg);
}
private:
enum ESide {
Invalid = -1,