Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
GameEngine
Game
C# Class GameEngine.Game
Статический Класс "Игра" Содержит основные настройки игры, время игры и прочие. Включает методы вызывающие расчеты игровой модели.
ファイルを表示
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