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

◆ button

GUIStyle UnityEngine.GUISkin.button
getset

Definition at line 116 of file GUISkin.cs.

117 {
118 get
119 {
120 return this.m_button;
121 }
122 set
123 {
125 this.Apply();
126 }
127 }
class f__AnonymousType0<< Count > j__TPar
GUIStyle m_button
Definition GUISkin.cs:622