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
@@ -0,0 +1,17 @@
using System;
using Cpp2IlInjected;
namespace RecRoom.Tutorials
{
// Token: 0x020029A7 RID: 10663
[Token(Token = "0x20029A7")]
public class TutorialPromptOverlapVolume : OverlapVolume
{
// Token: 0x06011DBC RID: 73148 RVA: 0x004114E4 File Offset: 0x0040F6E4
[Token(Token = "0x6011DBC")]
[Address(RVA = "0x101FA50", Offset = "0x101E850", VA = "0x18101FA50")]
public TutorialPromptOverlapVolume()
{
}
}
}