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

◆ Name

string Microsoft.Xna.Framework.Audio.SoundEffect.Name
getset

Definition at line 99 of file SoundEffect.cs.

100 {
101 [global::Cpp2ILInjected.Token(Token = "0x6001A78")]
102 [global::Cpp2ILInjected.Address(RVA = "0xB49FC4", Offset = "0xB49FC4", Length = "0x8")]
103 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
104 get
105 {
106 throw null;
107 }
108 [global::Cpp2ILInjected.Token(Token = "0x6001A79")]
109 [global::Cpp2ILInjected.Address(RVA = "0xB49FCC", Offset = "0xB49FCC", Length = "0x8")]
110 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
111 set
112 {
113 throw null;
114 }
115 }