diff --git a/Runtime/App/Main.cs b/Runtime/App/Main.cs new file mode 100644 index 0000000..28756e7 --- /dev/null +++ b/Runtime/App/Main.cs @@ -0,0 +1,13 @@ + +using Godot; +using System.Collections.Generic; + +namespace Rokojori +{ + [Tool] + [GlobalClass,Icon("res://addons/rokojori_action_library/Icons/App.svg")] + public partial class Main: Node + { + + } +} \ No newline at end of file