namespace GodotGridInventory.Code; public class ItemDatabaseConstants { public static string ITEMS_PATH = "res://Resources/Items"; public static string ITEM_EXTENSION = ".tres"; }