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;
// Token: 0x02003198 RID: 12696
[Token(Token = "0x2003198")]
public interface LAPMNGPJBEC
{
// Token: 0x060158D1 RID: 88273
[Token(Token = "0x60158D1")]
[Address(Slot = "0")]
void OnMakerPenTranslateStart();
// Token: 0x060158D2 RID: 88274
[Token(Token = "0x60158D2")]
[Address(Slot = "1")]
void OnMakerPenRotateStart();
// Token: 0x060158D3 RID: 88275
[Token(Token = "0x60158D3")]
[Address(Slot = "2")]
void OnMakerPenScaleStart();
// Token: 0x060158D4 RID: 88276
[Token(Token = "0x60158D4")]
[Address(Slot = "3")]
void OnMakerPenDeformStart();
}