Add version prvdmwrong/lifecycles@0.2.0-dev.12

This commit is contained in:
Pesde Index Updater 2024-08-20 11:36:36 +00:00
parent 140fb0a28e
commit 1312e6d477

View file

@ -58,3 +58,23 @@
version: ^0.2.0-dev.11
index: https://github.com/daimond113/pesde-index
- normal
- version: 0.2.0-dev.12
realm: shared
published_at: 2024-08-20T11:36:36.353950152Z
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.12
index: https://github.com/daimond113/pesde-index
- normal