示例#1
0
 internal static bool Prefix(Btd6Player __instance, ref bool __state)
 {
     __state = __instance.IsPendingSave;
     if (__state)
     {
         ProfileManagement.CleanCurrentProfile(__instance.Data);
     }
     return(true);
 }
 internal static bool Prefix(Btd6Player __instance)
 {
     ProfileManagement.CleanCurrentProfile(__instance.Data);
     return(true);
 }