mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-21 07:11:20 +00:00
5 lines
72 B
GDScript
5 lines
72 B
GDScript
tool
|
|
extends EditorPlugin
|
|
|
|
func _init():
|
|
print("Beehave initialized!")
|