This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
using System;
using Cpp2IlInjected;
namespace TMPro
{
// Token: 0x0200008C RID: 140
[Token(Token = "0x200005B")]
public struct CaretInfo
{
// Token: 0x06000540 RID: 1344 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60004C8")]
[Address(RVA = "0x5AB1F0", Offset = "0x5AA1F0", VA = "0x1805AB1F0")]
public CaretInfo(int index, CaretPosition position)
{
}
// Token: 0x0400050B RID: 1291
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4000471")]
public int index;
// Token: 0x0400050C RID: 1292
[FieldOffset(Offset = "0x4")]
[Token(Token = "0x4000472")]
public CaretPosition position;
}
}