internal static void Clear()
        {
            Bundles.CustomBundleDonations.Clear();
            Bundles.CustomAreaBundleKeys.Clear();
            Bundles.CustomAreaNamesAndNumbers.Clear();
            Bundles.CustomAreasComplete.Clear();

            Bundles.CustomAreaInitialIndex   = 0;
            Bundles.CustomBundleInitialIndex = 0;
            Bundles.DefaultMaxArea           = 0;
            Bundles.DefaultMaxBundle         = 0;

            Bundles.SetCC(cc: null);
        }
示例#2
0
 public static void CommunityCenter_ctor_Postfix(
     CommunityCenter __instance)
 {
     Bundles.SetCC(__instance);
 }