This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,24 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
namespace TMPro
{
// Token: 0x0200004E RID: 78
[Token(Token = "0x200002D")]
[Serializable]
public abstract class TMP_InputValidator : ScriptableObject
{
// Token: 0x060002AD RID: 685
[Token(Token = "0x6000259")]
[Address(Slot = "4")]
public abstract char Validate(ref string text, ref int pos, char ch);
// Token: 0x060002AE RID: 686 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600025A")]
[Address(RVA = "0x6EC220", Offset = "0x6EB020", VA = "0x1806EC220")]
protected TMP_InputValidator()
{
}
}
}