Entity, Renderer: Add (incomplete) pig, remake entity renderer

This commit is contained in:
Er2
2023-12-03 19:35:51 +03:00
parent 0afea4428c
commit d6bf825c11
26 changed files with 283 additions and 70 deletions

View File

@@ -1082,3 +1082,8 @@ bool Entity::isLocalPlayer()
{
return false;
}
Model *Entity::getModel()
{
return nullptr;
}