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
SoundType.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.Audio
4{
5 // Token: 0x0200068F RID: 1679
6 public enum SoundType
7 {
8 // Token: 0x0400790E RID: 30990
9 Sound,
10 // Token: 0x0400790F RID: 30991
11 Ambient,
12 // Token: 0x04007910 RID: 30992
13 Music
14 }
15}