namespace Mine2d.game.frontend.inventory;
public enum InventoryKind {
None,
Player,
Workbench,
DebugConsole
}
public static class InventoryConstants
{
public static readonly int ExtraSlotsWidth = 21;