* Add PigModel and PigRenderer

This commit is contained in:
iProgramInCpp
2023-12-05 20:07:20 +02:00
parent 166bcf708e
commit ca295740dd
48 changed files with 156 additions and 15 deletions

View File

@@ -30,4 +30,5 @@ public:
int m_textureWidth;
int m_textureHeight;
std::vector<ModelPart*> m_parts;
bool m_bIsBaby;
};