mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-28 07:30:17 +00:00
Add pausing of models and behaviors
This commit is contained in:
@@ -33,6 +33,7 @@ public:
|
||||
void Spawn(LOT object, Entity& entity);
|
||||
void Update(float deltaTime, ModelComponent& modelComponent);
|
||||
void SpawnDrop(LOT dropLOT, Entity& entity);
|
||||
void ProcNormalAction(float deltaTime, ModelComponent& modelComponent);
|
||||
private:
|
||||
float m_PausedTime{ 0.0f };
|
||||
size_t m_NextActionIndex{ 0 };
|
||||
|
||||
Reference in New Issue
Block a user