Method | Description | |
---|---|---|
ChatMessage ( string from, string message ) : |
||
CheckToOpponent ( ) : |
||
CheckToYou ( ) : |
||
GameDraw ( ) : |
||
GameIsReady ( int gameId ) : |
||
OpponentAbandonedGame ( ) : |
||
OpponentAcceptedPeace ( ) : |
||
OpponentDeclinedPeace ( ) : |
||
OpponentJoinedGame ( ) : |
||
OpponentLostConnection ( ) : |
||
OpponentMove ( string from, string to ) : |
||
OpponentRequestPeace ( ) : |
||
OpponentSurrendered ( ) : |
||
Pat ( ) : |
||
YouLoose ( ) : |
||
YouWin ( ) : |
public static ChatMessage ( string from, string message ) : |
||
from | string | |
message | string | |
return |
public static GameIsReady ( int gameId ) : |
||
gameId | int | |
return |
public static OpponentAbandonedGame ( ) : |
||
return |
public static OpponentAcceptedPeace ( ) : |
||
return |
public static OpponentDeclinedPeace ( ) : |
||
return |
public static OpponentJoinedGame ( ) : |
||
return |
public static OpponentLostConnection ( ) : |
||
return |
public static OpponentMove ( string from, string to ) : |
||
from | string | |
to | string | |
return |
public static OpponentRequestPeace ( ) : |
||
return |
public static OpponentSurrendered ( ) : |
||
return |