From 05bd0185944e92845f6ba18e8ca2532f294b9a51 Mon Sep 17 00:00:00 2001 From: Shiro Date: Sat, 24 Aug 2024 00:47:03 +0200 Subject: [PATCH] Add ExperienceNotificationService --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 108c5a8..3faec0a 100644 --- a/index.d.ts +++ b/index.d.ts @@ -11,6 +11,7 @@ export declare const ContextActionService: ContextActionService; export declare const ControllerService: ControllerService; export declare const DataStoreService: DataStoreService; export declare const Debris: Debris; +export declare const ExperienceNotificationService: ExperienceNotificationService; export declare const GamepadService: GamepadService; export declare const GamePassService: GamePassService; export declare const GroupService: GroupService;