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.Core.Encounters
{
// Token: 0x02002FA5 RID: 12197
[Token(Token = "0x2002FA5")]
public class EncounterOverlapVolume : OverlapVolume
{
// Token: 0x06014CD9 RID: 85209 RVA: 0x004DF678 File Offset: 0x004DD878
[Token(Token = "0x6014CD9")]
[Address(RVA = "0x89E2C0", Offset = "0x89D0C0", VA = "0x18089E2C0")]
public EncounterOverlapVolume()
{
}
}
}