My Project
CClientNetworkId.hpp
1 /*
2 ** EPITECH PROJECT, 2022
3 ** B-CPP-500-PAR-5-1-rtype-martin.vanaud
4 ** File description:
5 ** CClientNetworkId
6 */
7 
8 #ifndef CCLIENTNETWORKID_HPP_
9  #define CCLIENTNETWORKID_HPP_
10 
14 namespace component {
19  int id;
21  };
22 }
23 
24 #endif /* !CCLIENTNETWORKID_HPP_ */
component::cclient_network_id::controllableNetworkEntityId
int controllableNetworkEntityId
Id of the entity controlable by the client.
Definition: CClientNetworkId.hpp:20
component
Namespace for all components.
Definition: CDamage.hpp:14
component::cclient_network_id
A strucure representing the newtork id of the client.
Definition: CClientNetworkId.hpp:18
component::cclient_network_id::id
int id
Id of the client in server network.
Definition: CClientNetworkId.hpp:19