godot_grid_inventory/Code/InventoryController.cs

8 lines
98 B
C#
Raw Normal View History

2024-01-11 21:00:48 -05:00
using Godot;
namespace GodotGridInventory.Code;
public class InventoryController : Node
{
}