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

◆ time

float UnityEngine.AudioSource.time
getset

Definition at line 60 of file AudioSource.cs.

61 {
62 get
63 {
64 throw new MissingMethodException();
65 }
66 set
67 {
68 throw new MissingMethodException();
69 }
70 }