diff --git a/TypeScript/10ScopesAndTypes/types/services/SeasonalEventService.d.ts b/TypeScript/10ScopesAndTypes/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/10ScopesAndTypes/types/services/SeasonalEventService.d.ts +++ b/TypeScript/10ScopesAndTypes/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/11BundleLoadingSample/types/services/SeasonalEventService.d.ts b/TypeScript/11BundleLoadingSample/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/11BundleLoadingSample/types/services/SeasonalEventService.d.ts +++ b/TypeScript/11BundleLoadingSample/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/12ClassExtensionOverride/types/services/SeasonalEventService.d.ts b/TypeScript/12ClassExtensionOverride/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/12ClassExtensionOverride/types/services/SeasonalEventService.d.ts +++ b/TypeScript/12ClassExtensionOverride/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/13.1AddTraderWithAssortJSON/types/services/SeasonalEventService.d.ts b/TypeScript/13.1AddTraderWithAssortJSON/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/13.1AddTraderWithAssortJSON/types/services/SeasonalEventService.d.ts +++ b/TypeScript/13.1AddTraderWithAssortJSON/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/13AddTrader/types/services/SeasonalEventService.d.ts b/TypeScript/13AddTrader/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/13AddTrader/types/services/SeasonalEventService.d.ts +++ b/TypeScript/13AddTrader/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/14AfterDBLoadHook/types/services/SeasonalEventService.d.ts b/TypeScript/14AfterDBLoadHook/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/14AfterDBLoadHook/types/services/SeasonalEventService.d.ts +++ b/TypeScript/14AfterDBLoadHook/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/15HttpListenerExample/types/services/SeasonalEventService.d.ts b/TypeScript/15HttpListenerExample/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/15HttpListenerExample/types/services/SeasonalEventService.d.ts +++ b/TypeScript/15HttpListenerExample/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/16ImporterUtil/types/services/SeasonalEventService.d.ts b/TypeScript/16ImporterUtil/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/16ImporterUtil/types/services/SeasonalEventService.d.ts +++ b/TypeScript/16ImporterUtil/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/17AsyncImporterWithDependency1/types/services/SeasonalEventService.d.ts b/TypeScript/17AsyncImporterWithDependency1/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/17AsyncImporterWithDependency1/types/services/SeasonalEventService.d.ts +++ b/TypeScript/17AsyncImporterWithDependency1/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/17AsyncImporterWithDependency2/types/services/SeasonalEventService.d.ts b/TypeScript/17AsyncImporterWithDependency2/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/17AsyncImporterWithDependency2/types/services/SeasonalEventService.d.ts +++ b/TypeScript/17AsyncImporterWithDependency2/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/18.1CustomItemServiceLootBox/types/services/SeasonalEventService.d.ts b/TypeScript/18.1CustomItemServiceLootBox/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/18.1CustomItemServiceLootBox/types/services/SeasonalEventService.d.ts +++ b/TypeScript/18.1CustomItemServiceLootBox/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/18CustomItemService/types/services/SeasonalEventService.d.ts b/TypeScript/18CustomItemService/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/18CustomItemService/types/services/SeasonalEventService.d.ts +++ b/TypeScript/18CustomItemService/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/19UseExternalLibraries/types/services/SeasonalEventService.d.ts b/TypeScript/19UseExternalLibraries/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/19UseExternalLibraries/types/services/SeasonalEventService.d.ts +++ b/TypeScript/19UseExternalLibraries/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/1LogToConsole/types/services/SeasonalEventService.d.ts b/TypeScript/1LogToConsole/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/1LogToConsole/types/services/SeasonalEventService.d.ts +++ b/TypeScript/1LogToConsole/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/20CustomChatBot/types/services/SeasonalEventService.d.ts b/TypeScript/20CustomChatBot/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/20CustomChatBot/types/services/SeasonalEventService.d.ts +++ b/TypeScript/20CustomChatBot/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/21CustomCommandoCommand/types/services/SeasonalEventService.d.ts b/TypeScript/21CustomCommandoCommand/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/21CustomCommandoCommand/types/services/SeasonalEventService.d.ts +++ b/TypeScript/21CustomCommandoCommand/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/22CustomSptCommand/types/services/SeasonalEventService.d.ts b/TypeScript/22CustomSptCommand/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/22CustomSptCommand/types/services/SeasonalEventService.d.ts +++ b/TypeScript/22CustomSptCommand/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/23CustomAbstractChatBot/types/services/SeasonalEventService.d.ts b/TypeScript/23CustomAbstractChatBot/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/23CustomAbstractChatBot/types/services/SeasonalEventService.d.ts +++ b/TypeScript/23CustomAbstractChatBot/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/24WebSocket/types/services/SeasonalEventService.d.ts b/TypeScript/24WebSocket/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/24WebSocket/types/services/SeasonalEventService.d.ts +++ b/TypeScript/24WebSocket/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/2EditDatabase/types/services/SeasonalEventService.d.ts b/TypeScript/2EditDatabase/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/2EditDatabase/types/services/SeasonalEventService.d.ts +++ b/TypeScript/2EditDatabase/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/3GetSptConfigFile/types/services/SeasonalEventService.d.ts b/TypeScript/3GetSptConfigFile/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/3GetSptConfigFile/types/services/SeasonalEventService.d.ts +++ b/TypeScript/3GetSptConfigFile/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/types/services/SeasonalEventService.d.ts b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/types/services/SeasonalEventService.d.ts +++ b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/4UseACustomConfigFile/types/services/SeasonalEventService.d.ts b/TypeScript/4UseACustomConfigFile/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/4UseACustomConfigFile/types/services/SeasonalEventService.d.ts +++ b/TypeScript/4UseACustomConfigFile/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/5ReplaceMethod/types/services/SeasonalEventService.d.ts b/TypeScript/5ReplaceMethod/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/5ReplaceMethod/types/services/SeasonalEventService.d.ts +++ b/TypeScript/5ReplaceMethod/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/6ReferenceAnotherClass/types/services/SeasonalEventService.d.ts b/TypeScript/6ReferenceAnotherClass/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/6ReferenceAnotherClass/types/services/SeasonalEventService.d.ts +++ b/TypeScript/6ReferenceAnotherClass/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/7OnLoadHook/types/services/SeasonalEventService.d.ts b/TypeScript/7OnLoadHook/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/7OnLoadHook/types/services/SeasonalEventService.d.ts +++ b/TypeScript/7OnLoadHook/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/8OnUpdateHook/types/services/SeasonalEventService.d.ts b/TypeScript/8OnUpdateHook/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/8OnUpdateHook/types/services/SeasonalEventService.d.ts +++ b/TypeScript/8OnUpdateHook/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value diff --git a/TypeScript/9RouterHooks/types/services/SeasonalEventService.d.ts b/TypeScript/9RouterHooks/types/services/SeasonalEventService.d.ts index 5ff22c3..b0a0942 100644 --- a/TypeScript/9RouterHooks/types/services/SeasonalEventService.d.ts +++ b/TypeScript/9RouterHooks/types/services/SeasonalEventService.d.ts @@ -122,7 +122,7 @@ export declare class SeasonalEventService { /** * Store active events inside class array property `currentlyActiveEvents` + set class properties: christmasEventActive/halloweenEventActive */ - cacheActiveEvents(): void; + protected cacheActiveEvents(): void; /** * Get the currently active weather season e.g. SUMMER/AUTUMN/WINTER * @returns Season enum value