C# Class RA.RA_GameEnder

Mostra file Open project: RWA-Team/RimworldAscension

Public Properties

Property Type Description
gameEnding bool
ticksToGameOver int

Public Methods

Method Description
CheckGameOver ( ) : void
ExposeData ( ) : void
GameEndTick ( ) : void

Method Details

CheckGameOver() public method

public CheckGameOver ( ) : void
return void

ExposeData() public method

public ExposeData ( ) : void
return void

GameEndTick() public method

public GameEndTick ( ) : void
return void

Property Details

gameEnding public_oe property

public bool gameEnding
return bool

ticksToGameOver public_oe property

public int ticksToGameOver
return int