C# Class MBC.Shared.Events.Event

The base class for any event created in the MBC core framework. Provides a message string that describes the generated event.
ファイルを表示 Open project: aiclub/Mohawk_Battleship Class Usage Examples

Protected Methods

Method Description
Event ( System.Entity creatingEntity ) : System
PerformOperation ( ) : void

Method Details

Event() protected method

protected Event ( System.Entity creatingEntity ) : System
creatingEntity System.Entity
return System

PerformOperation() protected method

protected PerformOperation ( ) : void
return void