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