C# Class Terrarium.Game.StateCorruptedException

Inheritance: OrganismBase.GameEngineException
Datei anzeigen Open project: eugeniomiro/Terrarium

Public Methods

Method Description
StateCorruptedException ( int lastReportedTick ) : System

Creates a new corruption exception using the last reported tick information.

Method Details

StateCorruptedException() public method

Creates a new corruption exception using the last reported tick information.
public StateCorruptedException ( int lastReportedTick ) : System
lastReportedTick int The game tick number for the last reported tick.
return System