terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ Channel

SoundChannel SoundInstance.Channel
getset

Definition at line 231 of file SoundInstance.cs.

232 {
233 [global::Cpp2ILInjected.Token(Token = "0x60001B9")]
234 [global::Cpp2ILInjected.Address(RVA = "0x707948", Offset = "0x707948", Length = "0x8")]
235 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
236 get
237 {
238 throw null;
239 }
240 [global::Cpp2ILInjected.Token(Token = "0x60001BA")]
241 [global::Cpp2ILInjected.Address(RVA = "0x707950", Offset = "0x707950", Length = "0x8")]
242 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
243 set
244 {
245 throw null;
246 }
247 }