C# Class MBC.Shared.Events.RoundEndEvent

Inheritance: MatchEvent
ファイルを表示 Open project: aiclub/Mohawk_Battleship

Public Methods

Method Description
RoundEndEvent ( Match match, IDNumber roundNumber ) : System

Passes the round to the base constructor

Protected Methods

Method Description
PerformOperation ( ) : void

Method Details

PerformOperation() protected method

protected PerformOperation ( ) : void
return void

RoundEndEvent() public method

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