Exemplo n.º 1
0
 internal static bool Prefix(Btd6Player __instance, ref bool __state)
 {
     __state = __instance.IsPendingSave;
     if (__state)
     {
         ProfileManagement.CleanCurrentProfile(__instance.Data);
     }
     return(true);
 }
Exemplo n.º 2
0
 internal static bool Prefix(Btd6Player __instance)
 {
     ProfileManagement.CleanCurrentProfile(__instance.Data);
     return(true);
 }