Add v1.0.3.1
This commit is contained in:
12
Interop/Assembly-CSharp/GameDifficulty.cs
Normal file
12
Interop/Assembly-CSharp/GameDifficulty.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
// Token: 0x0200012A RID: 298
|
||||
public enum GameDifficulty
|
||||
{
|
||||
// Token: 0x04002878 RID: 10360
|
||||
Standard,
|
||||
// Token: 0x04002879 RID: 10361
|
||||
Advanced,
|
||||
// Token: 0x0400287A RID: 10362
|
||||
Hard
|
||||
}
|
||||
Reference in New Issue
Block a user