1
enderalse/source/scripts/_00e_expupdatefunctions.psc

18 lines
374 B
Plaintext
Raw Normal View History

2024-01-16 02:56:39 +01:00
ScriptName _00E_EXPUpdateFunctions
;-- Functions ---------------------------------------
; Skipped compiler generated GetState
; Skipped compiler generated GotoState
Event onBeginState()
{ Event received when this state is switched to }
; Empty function
EndEvent
Event onEndState()
{ Event received when this state is switched away from }
; Empty function
EndEvent