godot_grid_inventory/Code/InventoryController.cs
2024-01-11 21:00:48 -05:00

8 lines
98 B
C#

using Godot;
namespace GodotGridInventory.Code;
public class InventoryController : Node
{
}