This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,15 @@
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()
{
}
}