C# 클래스 MBC.Shared.Events.RoundEndEvent

상속: MatchEvent
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

메소드 설명
RoundEndEvent ( Match match, IDNumber roundNumber ) : System

Passes the round to the base constructor

보호된 메소드들

메소드 설명
PerformOperation ( ) : void

메소드 상세

PerformOperation() 보호된 메소드

protected PerformOperation ( ) : void
리턴 void

RoundEndEvent() 공개 메소드

Passes the round to the base constructor
public RoundEndEvent ( Match match, IDNumber roundNumber ) : System
match MBC.Shared.Entities.Match
roundNumber MBC.Shared.IDNumber
리턴 System