mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 22:06:07 +00:00
Match CFluidPlane, merge with CFluidPlaneManager, I believe this is where it belongs
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
|
||||
CEntity(TUniqueId id, const CEntityInfo& info, bool active, const rstl::string& name);
|
||||
|
||||
void SendScriptMsgs(EScriptObjectState state, CStateManager& mgr, EScriptObjectMessage msg);
|
||||
void SendScriptMsgs(const EScriptObjectState state, CStateManager& mgr, const EScriptObjectMessage msg);
|
||||
TUniqueId GetUniqueId() const { return x8_uid; }
|
||||
TEditorId GetEditorId() const { return xc_editorId; }
|
||||
const rstl::string& GetDebugName() const { return x10_name; }
|
||||
|
||||
Reference in New Issue
Block a user