Свойство | Тип | Описание | |
---|---|---|---|
AllowLateJoins | bool | ||
Password | string | ||
PointCap | int | ||
SecondsPerTurn | int | ||
State | States |
Метод | Описание | |
---|---|---|
DeclareWinner ( ushort id ) : void | ||
GenerateId ( ) : ushort | ||
Greet ( ) : void | ||
Initialize ( int port ) : void | ||
LoadCards ( ) : void | ||
SendMessage ( this connection, |
||
SendMessageToAll ( |
||
SendMessageToAllExcept ( |
||
Shutdown ( ) : void | ||
StartMatch ( bool cooldown ) : void | ||
UpdateNetwork ( ) : void |
Метод | Описание | |
---|---|---|
HandleGame ( ) : void | ||
Server ( ) : System |
public static DeclareWinner ( ushort id ) : void | ||
id | ushort | |
Результат | void |
public static Initialize ( int port ) : void | ||
port | int | |
Результат | void |
public static SendMessage ( this connection, |
||
connection | this | |
packet | ||
method | NetDeliveryMethod | |
Результат | NetSendResult |
public static SendMessageToAll ( |
||
packet | ||
method | NetDeliveryMethod | |
condition | bool>.Func | |
Результат | void |
public static SendMessageToAllExcept ( |
||
packet | ||
id | ushort | |
method | NetDeliveryMethod | |
Результат | void |
public static StartMatch ( bool cooldown ) : void | ||
cooldown | bool | |
Результат | void |