C# Class MBC.Shared.Util.Controller2

Provides the base type of battleship controller that attempts to ease development of a derived controller.
Inheritance: IController2
ファイルを表示 Open project: aiclub/Mohawk_Battleship Class Usage Examples

Protected Methods

Method Description
Initialize ( ) : void

Invoked when the controller is to initialize.

Method Details

Initialize() protected abstract method

Invoked when the controller is to initialize.
protected abstract Initialize ( ) : void
return void