mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-26 14:16:00 +00:00
Update ScriptEventType.hx
relevent -> relevant
This commit is contained in:
parent
a6948c3a38
commit
6a52efe8a4
|
|
@ -20,7 +20,7 @@ enum abstract ScriptEventType(String) from String to String
|
||||||
var DESTROY = 'DESTROY';
|
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 assumes all data is loaded and ready to go.
|
||||||
*
|
*
|
||||||
* This event is not cancelable.
|
* This event is not cancelable.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue