GURT protocol (lib, cli, gdextension, Flumi integration)
This commit is contained in:
8
protocol/gdextension/plugin.gd
Normal file
8
protocol/gdextension/plugin.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
func _enter_tree():
|
||||
print("GURT Protocol plugin enabled")
|
||||
|
||||
func _exit_tree():
|
||||
print("GURT Protocol plugin disabled")
|
||||
Reference in New Issue
Block a user