Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
SymLanguageType.cs
Go to the documentation of this file.
2
3public class SymLanguageType
4{
5 public static readonly Guid C = new Guid(1671464724, -969, 4562, 144, 76, 0, 192, 79, 163, 2, 161);
6
7 public static readonly Guid CPlusPlus = new Guid(974311607, -15764, 4560, 180, 66, 0, 160, 36, 74, 29, 210);
8
9 public static readonly Guid CSharp = new Guid(1062298360, 1990, 4563, 144, 83, 0, 192, 79, 163, 2, 161);
10
11 public static readonly Guid Basic = new Guid(974311608, -15764, 4560, 180, 66, 0, 160, 36, 74, 29, 210);
12
13 public static readonly Guid Java = new Guid(974311604, -15764, 4560, 180, 66, 0, 160, 36, 74, 29, 210);
14
15 public static readonly Guid Cobol = new Guid(-1358664495, -12063, 4562, 151, 124, 0, 160, 201, 180, 213, 12);
16
17 public static readonly Guid Pascal = new Guid(-1358664494, -12063, 4562, 151, 124, 0, 160, 201, 180, 213, 12);
18
19 public static readonly Guid ILAssembly = new Guid(-1358664493, -12063, 4562, 151, 124, 0, 160, 201, 180, 213, 12);
20
21 public static readonly Guid JScript = new Guid(974311606, -15764, 4560, 180, 66, 0, 160, 36, 74, 29, 210);
22
23 public static readonly Guid SMC = new Guid(228302715, 26129, 4563, 189, 42, 0, 0, 248, 8, 73, 189);
24
25 public static readonly Guid MCPlusPlus = new Guid(1261829608, 1990, 4563, 144, 83, 0, 192, 79, 163, 2, 161);
26}