C# Class Terrarium.Game.StateCorruptedException

Inheritance: OrganismBase.GameEngineException
Afficher le fichier Open project: eugeniomiro/Terrarium

Méthodes publiques

Méthode Description
StateCorruptedException ( int lastReportedTick ) : System

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

Method Details

StateCorruptedException() public méthode

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.
Résultat System