Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
TurnBasedGame.Game.GameStart
C# Class TurnBasedGame.Game.GameStart, UnityDesignPatterns
Class responsible to handle the start game.
Inheritance:
IGameMechanic
显示文件
Open project: ycarowr/UnityDesignPatterns
Public Methods
Method
Description
EndGame
( ) :
void
FinishTurn
( ) :
void
StartGame
( ) :
void
StartTurn
( ) :
void
Method Details
EndGame()
public
method
public
EndGame
( ) :
void
return
void
FinishTurn()
public
method
public
FinishTurn
( ) :
void
return
void
StartGame()
public
method
public
StartGame
( ) :
void
return
void
StartTurn()
public
method
public
StartTurn
( ) :
void
return
void