My Project
|
A packet to handle a new entity informations. More...
#include <NewEntity.hpp>
Public Attributes | |
uint16_t | id |
id of new entity; | |
float | positionX |
x position of new entity; | |
float | positionY |
y position of new entity; | |
uint16_t | direction |
direction of new entity; | |
std::size_t | type |
type of entity; | |
int | clientId |
id of client | |
int | health |
health of new entity; | |
int | score |
score of new entity; | |
A packet to handle a new entity informations.