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

◆ atlasRegistered

static Action< SpriteAtlas > UnityEngine.U2D.SpriteAtlasManager.atlasRegistered
staticaddremove

Definition at line 25 of file SpriteAtlasManager.cs.

26 {
28 add
29 {
31 if (@delegate != null && @delegate == null)
32 {
33 return;
34 }
35 }
37 remove
38 {
40 if (@delegate != null && @delegate == null)
41 {
42 return;
43 }
44 }
45 }
class f__AnonymousType0<< Count > j__TPar