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

◆ color

Color UnityEngine.SpriteRenderer.color
getset

Definition at line 41 of file SpriteRenderer.cs.

42 {
43 get
44 {
45 throw new MissingMethodException();
46 }
47 set
48 {
49 throw new MissingMethodException();
50 }
51 }