Files
hank/hank-godot/scripts/StringBuf.gd
Nat Quayle Nelson 8caad092be
Some checks failed
/ test (push) Failing after 8s
Generate GDScript
2025-10-30 19:19:36 -05:00

8 lines
73 B
GDScript

class_name StringBuf
var b: String
func _init() -> void:
self.b = ""