Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Priority3

Latest
Compare
Choose a tag to compare
@HighFlowey HighFlowey released this 13 Sep 13:53
· 5 commits to main since this release
ac8dbed

New Class:

  • Stateconfig: { Name: string, Priority: number, Properties: {} }

Added Functions:

  • module.CreateStateConfig(info: {} | nil): Stateconfig

Added Methods:

  • class:AddState(config: Stateconfig): void
  • class:RemoveState(state_name: string): void

(updated on 9.18.2023 to fix IntelliSense)