2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 03:47:43 +00:00

More FRME work, implement CScriptRelay

This commit is contained in:
2016-07-25 19:33:32 -07:00
parent ef63498c61
commit 4b229bac27
6 changed files with 146 additions and 25 deletions

View File

@@ -13,6 +13,8 @@ public:
CScriptRelay(TUniqueId, const std::string&, const CEntityInfo&, bool);
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager &stateMgr);
void Think(float, CStateManager& stateMgr);
void UpdateObjectRef(CStateManager& stateMgr);
};
}