Files
hank/hank-godot/scripts/Type.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

11 lines
148 B
GDScript

class_name Type
func _init() -> void:
pass
static func enumEq(a, b) -> bool:
return false
static func enumConstructor(e) -> String:
return ""