additions
This commit is contained in:
@@ -26,6 +26,7 @@ enum EMessageType: uint32_t
|
||||
|
||||
k_EMessage_PlayerSetLocalEntity,
|
||||
k_EMessage_ResetEntities,
|
||||
k_EMessage_EntityDeleted,
|
||||
};
|
||||
|
||||
struct PlayerJoined_t
|
||||
@@ -53,6 +54,12 @@ struct EntityClass_t
|
||||
int8_t m_szEntityName[256];
|
||||
};
|
||||
|
||||
struct EntityDelete_t
|
||||
{
|
||||
EMessageType m_eType;
|
||||
CNetworkProtocolUInt32 m_uIndex;
|
||||
};
|
||||
|
||||
struct EntityDataSync_t
|
||||
{
|
||||
EMessageType m_eType;
|
||||
@@ -81,6 +88,7 @@ union PlayerPacket_t
|
||||
EntityClass_t m_entityClass;
|
||||
EntityDataSync_t m_entityData;
|
||||
SetLocalEntity_t m_setLocalEntity;
|
||||
EntityDelete_t m_deleteEntity;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user