Files
Aug2021-Cpp2IL-Dump/Assembly-CSharp/GrenadeExplosionPooledParticle.cs
2026-04-10 22:50:51 +02:00

16 lines
408 B
C#

using System;
using Cpp2IlInjected;
using RecRoom.Core.Pools;
// Token: 0x02000086 RID: 134
[Token(Token = "0x2000086")]
public class GrenadeExplosionPooledParticle : PooledParticle
{
// Token: 0x06000397 RID: 919 RVA: 0x000133BC File Offset: 0x000115BC
[Token(Token = "0x6000397")]
[Address(RVA = "0x756A10", Offset = "0x755810", VA = "0x180756A10")]
public GrenadeExplosionPooledParticle()
{
}
}