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
+28
View File
@@ -0,0 +1,28 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x02003197 RID: 12695
[Token(Token = "0x2003197")]
public interface KJLKECANCDC
{
// Token: 0x060158CD RID: 88269
[Token(Token = "0x60158CD")]
[Address(Slot = "0")]
void OnMakerPenTranslated();
// Token: 0x060158CE RID: 88270
[Token(Token = "0x60158CE")]
[Address(Slot = "1")]
void OnMakerPenRotated();
// Token: 0x060158CF RID: 88271
[Token(Token = "0x60158CF")]
[Address(Slot = "2")]
void OnMakerPenScaled();
// Token: 0x060158D0 RID: 88272
[Token(Token = "0x60158D0")]
[Address(Slot = "3")]
void OnMakerPenDeformed(Vector3 NLGECBNGLOO);
}