pollen-not-included/addons/gdUnit4/test/resources/core/City.gd
2024-05-02 09:36:31 +01:00

8 lines
103 B
GDScript

class_name City
extends Node
func name() -> String:
return ""
func location() -> String:
return ""