Main Update

This commit is contained in:
Josef 2025-11-26 15:25:23 +01:00
parent bf876782f4
commit c9dd163624
1 changed files with 13 additions and 0 deletions

13
Runtime/App/Main.cs Normal file
View File

@ -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
{
}
}