From d708ed742f6918e3f2659d31f1ce066c8eb8bc08 Mon Sep 17 00:00:00 2001 From: Pesde Index Updater Date: Wed, 28 Aug 2024 02:34:57 +0000 Subject: [PATCH] Add version prvdmwrong/lifecycles@0.2.0-dev.15 --- prvdmwrong/lifecycles | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/prvdmwrong/lifecycles b/prvdmwrong/lifecycles index 60cfa9c..0cd1da9 100644 --- a/prvdmwrong/lifecycles +++ b/prvdmwrong/lifecycles @@ -98,3 +98,23 @@ version: ^0.2.0-dev.14 index: https://github.com/daimond113/pesde-index - normal +- version: 0.2.0-dev.15 + realm: shared + published_at: 2024-08-28T02:34:57.870789446Z + description: | + Implements a "small" amount of lifecycle events for providers. + + We'll admit. We've gotten a bit too lifecycle happy: + + - `:onPostSimulation(dt: number)` runs every `RunService.PostSimulation` + - `:onPreSimulation(dt: number)` runs every `RunService.PreSimulation` + - `:onPreRender(dt: number)` runs every `RunService.PreRender` + - `:onPlayerAdded(player: Player)` runs every `Player.PlayerAdded` + - `:onPlayerLeaving(player: Player)` runs every `Player.PlayerLeaving` + - `:onShutdown()` binds to `game:BindToClose` for games and `plugin.Unloading` for plugins + dependencies: + core: + - name: prvdmwrong/core + version: ^0.2.0-dev.15 + index: https://github.com/daimond113/pesde-index + - normal