terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
IPooledParticle.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000752 RID: 1874
6 public interface IPooledParticle : IParticle
7 {
8 // Token: 0x17000784 RID: 1924
9 // (get) Token: 0x06003DB7 RID: 15799
10 bool IsRestingInPool { get; }
11
12 // Token: 0x06003DB8 RID: 15800
13 void RestInPool();
14
15 // Token: 0x06003DB9 RID: 15801
17 }
18}