Exemplo n.º 1
0
 public static void Prefix(UIBehaviour __instance)
 {
     if (__instance is Text text)
     {
         TextFontManager.Remove(text);
     }
 }
Exemplo n.º 2
0
 public static void Prefix(Text __instance)
 {
     TextFontManager.Get(__instance)?.OnGetFont();
 }