메소드 | 설명 | |
---|---|---|
Abort ( ) : void | ||
Begin ( int currentPlayerId ) : void | ||
End ( int winnerPlayerId ) : void | ||
GameObserver ( ) | ||
GameObserver ( INotificationChannel channel, int observerId ) | ||
GameObserver ( ) : System | ||
GameObserver ( INotificationChannel channel, int observerId ) : System | ||
Join ( int playerId, long userId, string userName ) : void | ||
Leave ( int playerId ) : void | ||
MakeMove ( int playerId, Domain pos, int nextTurnPlayerId ) : void | ||
Say ( int playerId, string msg ) : void |
public GameObserver ( INotificationChannel channel, int observerId ) | ||
channel | INotificationChannel | |
observerId | int |
public GameObserver ( INotificationChannel channel, int observerId ) : System | ||
channel | INotificationChannel | |
observerId | int | |
리턴 | System |
public Join ( int playerId, long userId, string userName ) : void | ||
playerId | int | |
userId | long | |
userName | string | |
리턴 | void |
public MakeMove ( int playerId, Domain pos, int nextTurnPlayerId ) : void | ||
playerId | int | |
pos | Domain | |
nextTurnPlayerId | int | |
리턴 | void |