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

◆ textureRebuilt

static Action< Font > UnityEngine.Font.textureRebuilt
staticaddremove

Definition at line 19 of file Font.cs.

20 {
22 add
23 {
25 if (@delegate != null && @delegate == null)
26 {
27 return;
28 }
29 }
31 remove
32 {
34 if (@delegate != null && @delegate == null)
35 {
36 return;
37 }
38 }
39 }
class f__AnonymousType0<< Count > j__TPar