This commit is contained in:
2016-02-12 04:03:22 +01:00
parent a15e01596a
commit 787eecce26
2 changed files with 24 additions and 7 deletions
+1
View File
@@ -89,6 +89,7 @@ private:
EventRelay<Server, Events::ComponentDeleted> m_EComponentDeleted;
bool OnComponentDeleted(const Events::ComponentDeleted& e);
void parsePlayerTransform(Packet& packet);
bool shouldSendToClient(EntityWrapper childEntity);
};
#endif