5 lines
113 B
GDScript3
5 lines
113 B
GDScript3
|
# A routable HTTP server for Godot
|
||
|
# We don't really need to initialize anything here
|
||
|
@tool
|
||
|
extends EditorPlugin
|