Add v1.0.3.1

This commit is contained in:
2023-09-06 22:00:49 +02:00
commit 3aebbbf8f0
2051 changed files with 757425 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
using System;
using Cpp2IlInjected;
// Token: 0x02000143 RID: 323
[Token(Token = "0x2000143")]
public enum ControllerDevice
{
// Token: 0x04001B24 RID: 6948
[Token(Token = "0x4001B24")]
Keyboard,
// Token: 0x04001B25 RID: 6949
[Token(Token = "0x4001B25")]
NintendoSwitch,
// Token: 0x04001B26 RID: 6950
[Token(Token = "0x4001B26")]
Playstation4,
// Token: 0x04001B27 RID: 6951
[Token(Token = "0x4001B27")]
Xbox
}