This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,25 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace RecRoom.Core.AI
{
// Token: 0x02002E3B RID: 11835
[Token(Token = "0x2002E3B")]
[Serializable]
[StructLayout(3)]
public class EnemyAudioClip : RecRoomAudioClip
{
// Token: 0x0601536B RID: 86891 RVA: 0x0051A67C File Offset: 0x0051887C
[Token(Token = "0x601536B")]
[Address(RVA = "0x1B6B920", Offset = "0x1B6A320", VA = "0x181B6B920")]
public EnemyAudioClip()
{
}
// Token: 0x0400E270 RID: 57968
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
[Token(Token = "0x400E270")]
public bool isLooping;
}
}