mirror of
https://github.com/D4M13N-D3V/godot_grid_inventory.git
synced 2025-03-14 08:14:55 +00:00
7 lines
200 B
C#
7 lines
200 B
C#
namespace GodotGridInventory.Code;
|
|
|
|
public class ItemDatabaseConstants
|
|
{
|
|
public static string ITEMS_PATH = "res://grid_inventory_system/items";
|
|
public static string ITEM_EXTENSION = ".tres";
|
|
} |