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
+28
View File
@@ -0,0 +1,28 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x020030AC RID: 12460
[Token(Token = "0x20030AC")]
public interface KJLKECANCDC
{
// Token: 0x06015475 RID: 87157
[Token(Token = "0x6015475")]
[Address(Slot = "0")]
void OnMakerPenTranslated();
// Token: 0x06015476 RID: 87158
[Token(Token = "0x6015476")]
[Address(Slot = "1")]
void OnMakerPenRotated();
// Token: 0x06015477 RID: 87159
[Token(Token = "0x6015477")]
[Address(Slot = "2")]
void OnMakerPenScaled();
// Token: 0x06015478 RID: 87160
[Token(Token = "0x6015478")]
[Address(Slot = "3")]
void OnMakerPenDeformed(Vector3 NLGECBNGLOO);
}