mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
Update ScriptEventType.hx
relevent -> relevant
This commit is contained in:
parent
a6948c3a38
commit
6a52efe8a4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ enum abstract ScriptEventType(String) from String to String
|
|||
var DESTROY = 'DESTROY';
|
||||
|
||||
/**
|
||||
* Called when the relevent object is added to the game state.
|
||||
* Called when the relevant object is added to the game state.
|
||||
* This assumes all data is loaded and ready to go.
|
||||
*
|
||||
* This event is not cancelable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue