This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
using System;
using Cpp2IlInjected;
// Token: 0x020030AD RID: 12461
[Token(Token = "0x20030AD")]
public interface LAPMNGPJBEC
{
// Token: 0x06015479 RID: 87161
[Token(Token = "0x6015479")]
[Address(Slot = "0")]
void OnMakerPenTranslateStart();
// Token: 0x0601547A RID: 87162
[Token(Token = "0x601547A")]
[Address(Slot = "1")]
void OnMakerPenRotateStart();
// Token: 0x0601547B RID: 87163
[Token(Token = "0x601547B")]
[Address(Slot = "2")]
void OnMakerPenScaleStart();
// Token: 0x0601547C RID: 87164
[Token(Token = "0x601547C")]
[Address(Slot = "3")]
void OnMakerPenDeformStart();
}