Initial commit for testing/fixing a deprecated godot-colyseus addon
This commit is contained in:
10
addons/godot_colyseus/init.gd
Normal file
10
addons/godot_colyseus/init.gd
Normal file
@@ -0,0 +1,10 @@
|
||||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
|
||||
func _enter_tree():
|
||||
pass
|
||||
|
||||
|
||||
func _exit_tree():
|
||||
pass
|
||||
Reference in New Issue
Block a user