C# 클래스 CloudWars.SpaceBattle.SpaceBattleClientFeedback

상속: IClientFeedback
파일 보기 프로젝트 열기: pedro-ramirez-suarez/cloudwarsgame

공개 메소드들

메소드 설명
ChallengeAccepted ( System.Guid matchId, System.Guid fromPlayer, System.Guid toPlayer ) : void
ChallengePlayer ( System.Guid fromPlayer, System.Guid toPlayer ) : void
PlayerLost ( System.Guid playerId, System.Guid matchId ) : void
PlayerWon ( System.Guid playerId, System.Guid matchId ) : void
ShotMade ( System.Guid matchId, System.Guid player1, System.Guid player2, int healthAfterAttack, System.Guid unitId, Common coordinates ) : void
ShotMissed ( System.Guid matchId, System.Guid player1, System.Guid player2, Common coordinates ) : void
StartMatch ( System.Guid matchId, System.Guid player1, System.Guid player2 ) : void

메소드 상세

ChallengeAccepted() 공개 메소드

public ChallengeAccepted ( System.Guid matchId, System.Guid fromPlayer, System.Guid toPlayer ) : void
matchId System.Guid
fromPlayer System.Guid
toPlayer System.Guid
리턴 void

ChallengePlayer() 공개 메소드

public ChallengePlayer ( System.Guid fromPlayer, System.Guid toPlayer ) : void
fromPlayer System.Guid
toPlayer System.Guid
리턴 void

PlayerLost() 공개 메소드

public PlayerLost ( System.Guid playerId, System.Guid matchId ) : void
playerId System.Guid
matchId System.Guid
리턴 void

PlayerWon() 공개 메소드

public PlayerWon ( System.Guid playerId, System.Guid matchId ) : void
playerId System.Guid
matchId System.Guid
리턴 void

ShotMade() 공개 메소드

public ShotMade ( System.Guid matchId, System.Guid player1, System.Guid player2, int healthAfterAttack, System.Guid unitId, Common coordinates ) : void
matchId System.Guid
player1 System.Guid
player2 System.Guid
healthAfterAttack int
unitId System.Guid
coordinates Common
리턴 void

ShotMissed() 공개 메소드

public ShotMissed ( System.Guid matchId, System.Guid player1, System.Guid player2, Common coordinates ) : void
matchId System.Guid
player1 System.Guid
player2 System.Guid
coordinates Common
리턴 void

StartMatch() 공개 메소드

public StartMatch ( System.Guid matchId, System.Guid player1, System.Guid player2 ) : void
matchId System.Guid
player1 System.Guid
player2 System.Guid
리턴 void