C# Class GameEngine.Game

Статический Класс "Игра" Содержит основные настройки игры, время игры и прочие. Включает методы вызывающие расчеты игровой модели.
Mostra file Open project: Kursledare/Mookieraw Class Usage Examples

Public Properties

Property Type Description
GameLog List
OnGameLoggedEntry Action

Public Methods

Method Description
Log ( string message ) : void

Log a message to the gameLog

Method Details

Log() public static method

Log a message to the gameLog
public static Log ( string message ) : void
message string
return void

Property Details

GameLog public_oe static_oe property

public static List GameLog
return List

OnGameLoggedEntry public_oe static_oe property

public static Action OnGameLoggedEntry
return Action