Class Constants
- Namespace
- FrameOfReference.World
- Assembly
- FrameOfReference.World.dll
public static class Constants
- Inheritance
-
objectConstants
Fields
AppName
The complete name of the application
public const string AppName = "Frame of Reference"
Field Value
AppNameShort
The short version of the application name (used for EXE name, AppModel IDs, etc.)
public const string AppNameShort = "FrameOfReference"
Field Value
MapFileExt
The file extensions for map files (serialized Universe).
public const string MapFileExt = ".xml"
Field Value
SavegameFileExt
The file extensions for savegames (serialized Session).
public const string SavegameFileExt = ".FrameOfReferenceSave"