Add v1.0.3.1
This commit is contained in:
14
Interop/Assembly-CSharp/ControllerDevice.cs
Normal file
14
Interop/Assembly-CSharp/ControllerDevice.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
// Token: 0x0200014E RID: 334
|
||||
public enum ControllerDevice
|
||||
{
|
||||
// Token: 0x04002BA2 RID: 11170
|
||||
Keyboard,
|
||||
// Token: 0x04002BA3 RID: 11171
|
||||
NintendoSwitch,
|
||||
// Token: 0x04002BA4 RID: 11172
|
||||
Playstation4,
|
||||
// Token: 0x04002BA5 RID: 11173
|
||||
Xbox
|
||||
}
|
||||
Reference in New Issue
Block a user