* Add Pig

This commit is contained in:
iProgramInCpp
2023-12-06 21:58:28 +02:00
parent 805087d36a
commit 3443349df0
19 changed files with 364 additions and 63 deletions

View File

@@ -71,6 +71,7 @@ public:
virtual void jumpFromGround();
virtual void updateAi();
virtual int getMaxHeadXRot();
virtual int getMaxHealth();
virtual float getSoundVolume();
virtual std::string getAmbientSound();
virtual std::string getHurtSound();