Tanks Multiplayer
1.4
|
The client message constructed for the add player request to the server. You can extend this class to send more data at the point of joining a match. More...
Public Attributes | |
short | prefabId |
The player prefab index to be spawned, selected by the user. More... | |
string | playerName |
The user name entered in the game settings. More... | |
The client message constructed for the add player request to the server. You can extend this class to send more data at the point of joining a match.
string playerName |
The user name entered in the game settings.
short prefabId |
The player prefab index to be spawned, selected by the user.