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

◆ CurrentSound

SoundInstance SoundChannel.CurrentSound
getset

Definition at line 10 of file SoundChannel.cs.

11 {
12 get
13 {
14 return this._currentSound;
15 }
16 set
17 {
18 if (this._currentSound != null)
19 {
20 }
22 }
23 }
class f__AnonymousType0<< Count > j__TPar
SoundInstance _currentSound