mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-01-27 22:19:53 +00:00
fix pet taming minigame countdown
This commit is contained in:
@@ -139,12 +139,6 @@ public:
|
||||
*/
|
||||
void Update(float deltaTime) override;
|
||||
|
||||
/**
|
||||
* Handles updates for unowned pets
|
||||
* @param deltaTime time since last update
|
||||
*/
|
||||
void UpdateUnowned(float deltaTime);
|
||||
|
||||
/**
|
||||
* Handles an OnUse event from another entity, initializing the pet taming minigame if this pet is untamed.
|
||||
* @param originator the entity that triggered the event
|
||||
|
||||
Reference in New Issue
Block a user