Just-Natsuki-Team / NatsukiModDev

The official repository of Team JN.
Other
85 stars 41 forks source link

[ FEATURE REQUEST ] - Move to await/has awaited system for ch30_loop #453

Open Blizzardsev opened 1 year ago

Blizzardsev commented 1 year ago

Overview:

Currently, the ch30_loop core relies on a label that enforces a mandatory waiting period. While this is functional, it isn't necessarily best practice. We should move to an await/has awaited system in line with our sister mods to keep things cleaner.

Must haves:

Could haves:

N/A

Is this feature request related to a problem? Please describe.

This is related to existing core code.

Blizzardsev commented 1 year ago

image

Example