|
|
const string | DevFolder = "tModLoader-dev" |
| |
|
static bool | IsFna = true |
| |
|
static bool | IsMono = Type.GetType("Mono.Runtime") != null |
| |
|
static bool | IsXna = false |
| |
|
static IntPtr | JitForcedMethodCache |
| |
|
static Dictionary< string, string > | LaunchParameters = new Dictionary<string, string>() |
| |
|
const string | Legacy143Folder = "tModLoader-1.4.3" |
| |
|
static bool | LoadedEverything |
| |
|
const string | PreviewFolder = "tModLoader-preview" |
| |
|
const string | ReleaseFolder = "tModLoader" |
| |
|
static string | SavePath |
| |
|
const string | TerrariaSaveFolderPath = "Terraria" |
| |