Class GameSpeed
Inheritance
System.Object
GameSpeed
Assembly: Eco.Shared.dll
Syntax
[Localized(true, false, "", false)]
public sealed class GameSpeed : Enum
Fields
Fast
Declaration
[LocDescription("10 Days until meteor hits. Rapid progress.")]
public const GameSpeed Fast
Field Value
Normal
Declaration
[LocDescription("30 Days until meteor hits. Normal progression rate.")]
public const GameSpeed Normal
Field Value
Slow
Declaration
[LocDescription("60 Days until meteor hits. Longer time at each era.")]
public const GameSpeed Slow
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|
VeryFast
Declaration
[LocDescription("5 Days until meteor hits. Turbo mode.")]
public const GameSpeed VeryFast
Field Value
VerySlow
Declaration
[LocDescription("120 Days until meteor hits. Very leisurely pace.")]
public const GameSpeed VerySlow
Field Value
Extension Methods