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
ParticleRenderer.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x0200074F RID: 1871
9 public class ParticleRenderer
10 {
11 // Token: 0x06003DAB RID: 15787 RVA: 0x00239D84 File Offset: 0x00237F84
13 {
14 }
15
16 // Token: 0x06003DAC RID: 15788 RVA: 0x000021DB File Offset: 0x000003DB
17 public void Add(IParticle particle)
18 {
19 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
20 }
21
22 // Token: 0x06003DAD RID: 15789 RVA: 0x000021DB File Offset: 0x000003DB
23 public void Clear()
24 {
25 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
26 }
27
28 // Token: 0x06003DAE RID: 15790 RVA: 0x00239D98 File Offset: 0x00237F98
29 public void Update()
30 {
31 int size = this.Particles._size;
32 }
33
34 // Token: 0x06003DAF RID: 15791 RVA: 0x00239DD4 File Offset: 0x00237FD4
35 public void Draw(SpriteBatch spriteBatch)
36 {
37 int size = this.Particles._size;
38 }
39
40 // Token: 0x04007C6B RID: 31851
42
43 // Token: 0x04007C6C RID: 31852
45 }
46}