Свойство | Тип | Описание | |
---|---|---|---|
cmdCommand | Server.Command | ||
direction | string | ||
id | int | ||
player1x | int | ||
player1y | int | ||
player2x | int | ||
player2y | int | ||
playerID | int | ||
strMessage | string | ||
strName | string |
Метод | Описание | |
---|---|---|
Data ( ) : System | ||
Data ( byte data ) : System | ||
ToByte ( List |
Converts the Data structure into an array of bytes
|
|
ToByte ( List |
public ToByte ( List |
||
playerList | List |
A list that contains the players instance |
bulletList | List |
A list that contains the Bullets instance |
removeids | List |
A list that contains the id of the object removed |
playercount | int | The number of player currently in the game |
planetList | List |
A list that contains the Planets instance |
Результат | byte[] |
public ToByte ( List |
||
playerList | List |
|
playercount | int | |
Результат | byte[] |