mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
Finish CStateMachine
This commit is contained in:
@@ -7,9 +7,9 @@ namespace urde
|
||||
{
|
||||
enum class EStateMsg
|
||||
{
|
||||
Zero = 0,
|
||||
One = 1,
|
||||
Two = 2
|
||||
Activate = 0,
|
||||
Update = 1,
|
||||
Deactivate = 2
|
||||
};
|
||||
|
||||
class CStateManager;
|
||||
|
||||
Reference in New Issue
Block a user