C# Class GameEngine.Game

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

Méthodes publiques

Свойство Type Description
GameLog List
OnGameLoggedEntry Action

Méthodes publiques

Méthode Description
Log ( string message ) : void

Log a message to the gameLog

Method Details

Log() public static méthode

Log a message to the gameLog
public static Log ( string message ) : void
message string
Résultat void

Property Details

GameLog public_oe static_oe property

public static List GameLog
Résultat List

OnGameLoggedEntry public_oe static_oe property

public static Action OnGameLoggedEntry
Résultat Action