Files
hank/hank-godot/scripts/hank_Interp_Stop.gd
Nat Quayle Nelson b0a3c0b3d9
Some checks failed
/ test (push) Failing after 41s
Make hank work in GDScript
2025-10-30 21:42:19 -05:00

8 lines
77 B
GDScript

class_name Stop extends Object
enum Stop {
SBreak,
SContinue,
SReturn,
}