Files
kiss-vscode/projects/nat-godot-playground/scripts/EntryPanelSystem.hx

6 lines
125 B
Haxe

package;
import kiss.Prelude;
@:build(kiss.Kiss.build())
class EntryPanelSystem extends PlaygroundSystem<PanelContainer> {}