Add CScriptActor

Former-commit-id: febfd1faae
This commit is contained in:
2022-11-04 01:25:39 -04:00
parent dc04591f0d
commit 9cece32038
19 changed files with 398 additions and 48 deletions

View File

@@ -172,7 +172,7 @@ enum EScriptObjectState {
kSS_UnFrozen = 29,
kSS_Default = 30,
kSS_ReflectedDamage = 31,
InheritBounds = 32
kSS_InheritBounds = 32,
};
enum EScriptObjectMessage {