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
SoundPlaySet.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000676 RID: 1654
6 public class SoundPlaySet
7 {
8 // Token: 0x06003738 RID: 14136 RVA: 0x00221484 File Offset: 0x0021F684
9 public SoundPlaySet()
10 {
11 }
12
13 // Token: 0x04007829 RID: 30761
14 public int IntendedCooldown;
15
16 // Token: 0x0400782A RID: 30762
17 public int SoundType;
18
19 // Token: 0x0400782B RID: 30763
20 public int SoundStyle;
21 }
22}