fix pet taming minigame countdown

This commit is contained in:
jadebenn
2024-03-03 19:50:13 -06:00
parent 1c1b7337b1
commit c36bc8389a
2 changed files with 5 additions and 31 deletions

View File

@@ -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