m
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Steamworks
|
||||
{
|
||||
// Token: 0x020018C0 RID: 6336
|
||||
[Token(Token = "0x20018C0")]
|
||||
public enum EGamepadTextInputMode
|
||||
{
|
||||
// Token: 0x040062CA RID: 25290
|
||||
[Token(Token = "0x40062CA")]
|
||||
k_EGamepadTextInputModeNormal,
|
||||
// Token: 0x040062CB RID: 25291
|
||||
[Token(Token = "0x40062CB")]
|
||||
k_EGamepadTextInputModePassword
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user