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

@@ -135,6 +135,10 @@ class CStateManager
void UpdateThermalVisor();
public:
/* TODO: Figure out what this is
* Public for CScriptRelay
*/
TUniqueId xf76_ = kInvalidUniqueId;
enum class EScriptPersistence
{
};