Esempio n. 1
0
 public static void Postfix(PathFinder __instance)
 {
     current = null;
 }
Esempio n. 2
0
 public static void Prefix(PathFinder __instance)
 {
     current = __instance.map.GetRealRaidsComp();
 }