C# 클래스 Protocol.Transport.Messages.MessageSender

파일 보기 프로젝트 열기: Beginner7/Command2

공개 메소드들

메소드 설명
ChatMessage ( string from, string message ) : Message
CheckToOpponent ( ) : Message
CheckToYou ( ) : Message
GameDraw ( ) : Message
GameIsReady ( int gameId ) : Message
OpponentAbandonedGame ( ) : Message
OpponentAcceptedPeace ( ) : Message
OpponentDeclinedPeace ( ) : Message
OpponentJoinedGame ( ) : Message
OpponentLostConnection ( ) : Message
OpponentMove ( string from, string to ) : Message
OpponentRequestPeace ( ) : Message
OpponentSurrendered ( ) : Message
Pat ( ) : Message
YouLoose ( ) : Message
YouWin ( ) : Message

메소드 상세

ChatMessage() 공개 정적인 메소드

public static ChatMessage ( string from, string message ) : Message
from string
message string
리턴 Message

CheckToOpponent() 공개 정적인 메소드

public static CheckToOpponent ( ) : Message
리턴 Message

CheckToYou() 공개 정적인 메소드

public static CheckToYou ( ) : Message
리턴 Message

GameDraw() 공개 정적인 메소드

public static GameDraw ( ) : Message
리턴 Message

GameIsReady() 공개 정적인 메소드

public static GameIsReady ( int gameId ) : Message
gameId int
리턴 Message

OpponentAbandonedGame() 공개 정적인 메소드

public static OpponentAbandonedGame ( ) : Message
리턴 Message

OpponentAcceptedPeace() 공개 정적인 메소드

public static OpponentAcceptedPeace ( ) : Message
리턴 Message

OpponentDeclinedPeace() 공개 정적인 메소드

public static OpponentDeclinedPeace ( ) : Message
리턴 Message

OpponentJoinedGame() 공개 정적인 메소드

public static OpponentJoinedGame ( ) : Message
리턴 Message

OpponentLostConnection() 공개 정적인 메소드

public static OpponentLostConnection ( ) : Message
리턴 Message

OpponentMove() 공개 정적인 메소드

public static OpponentMove ( string from, string to ) : Message
from string
to string
리턴 Message

OpponentRequestPeace() 공개 정적인 메소드

public static OpponentRequestPeace ( ) : Message
리턴 Message

OpponentSurrendered() 공개 정적인 메소드

public static OpponentSurrendered ( ) : Message
리턴 Message

Pat() 공개 정적인 메소드

public static Pat ( ) : Message
리턴 Message

YouLoose() 공개 정적인 메소드

public static YouLoose ( ) : Message
리턴 Message

YouWin() 공개 정적인 메소드

public static YouWin ( ) : Message
리턴 Message