Add v1.0.3.1
This commit is contained in:
14
Interop/Assembly-CSharp/ControllerType.cs
Normal file
14
Interop/Assembly-CSharp/ControllerType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
// Token: 0x0200013E RID: 318
|
||||
public enum ControllerType
|
||||
{
|
||||
// Token: 0x04002A00 RID: 10752
|
||||
KeyBoard,
|
||||
// Token: 0x04002A01 RID: 10753
|
||||
Xbox,
|
||||
// Token: 0x04002A02 RID: 10754
|
||||
PlayStation,
|
||||
// Token: 0x04002A03 RID: 10755
|
||||
NintendoSwitch
|
||||
}
|
||||
Reference in New Issue
Block a user