예제 #1
0
 static void Postfix(CreatureEgg __instance)
 {
     if (Main.config.dbgCfg.showWaterParkCreatures)
     {
         $"progress: {__instance.progress}".onScreen("waterpark " + __instance.name + " " + __instance.GetHashCode());
     }
 }
예제 #2
0
 static void CreatureEgg_UpdateProgress_Postfix(CreatureEgg __instance)
 {
     if (Main.config.dbgCfg.showWaterParkCreatures)
     {
         $"progress: {__instance.progress}".onScreen($"waterpark {__instance.name} {__instance.GetHashCode()}");
     }
 }