7 lines
200 B
C#
Raw Normal View History

2024-01-11 21:00:48 -05:00
namespace GodotGridInventory.Code;
public class ItemDatabaseConstants
{
public static string ITEMS_PATH = "res://grid_inventory_system/items";
public static string ITEM_EXTENSION = ".tres";
}