godot_grid_inventory/Code/UI/InventoryGridSlot.cs

8 lines
110 B
C#
Raw Normal View History

using Godot;
namespace GodotGridInventory.Code.UI;
public partial class InventoryGridSlot : Control
{
}