* 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

@@ -853,6 +853,11 @@ int Mob::getMaxHeadXRot()
return 10;
}
int Mob::getMaxHealth()
{
return 10;
}
float Mob::getSoundVolume()
{
return 1.0f;