scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Steamworks
|
||||
{
|
||||
// Token: 0x020011C1 RID: 4545
|
||||
[Token(Token = "0x20011C1")]
|
||||
[StructLayout(3, Size = 4)]
|
||||
public enum EGamepadTextInputMode
|
||||
{
|
||||
// Token: 0x04005136 RID: 20790
|
||||
[Token(Token = "0x4005136")]
|
||||
k_EGamepadTextInputModeNormal,
|
||||
// Token: 0x04005137 RID: 20791
|
||||
[Token(Token = "0x4005137")]
|
||||
k_EGamepadTextInputModePassword
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user