C# Класс Terrarium.Game.StateCorruptedException

Наследование: OrganismBase.GameEngineException
Показать файл Открыть проект

Открытые методы

Метод Описание
StateCorruptedException ( int lastReportedTick ) : System

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

Описание методов

StateCorruptedException() публичный Метод

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.
Результат System