2024-01-11 21:00:48 -05:00
|
|
|
namespace GodotGridInventory.Code;
|
|
|
|
|
|
|
|
public class ItemDatabaseConstants
|
|
|
|
{
|
2024-01-14 15:51:07 -05:00
|
|
|
public static string ITEMS_PATH = "res://Resources/Items";
|
2024-01-11 21:00:48 -05:00
|
|
|
public static string ITEM_EXTENSION = ".tres";
|
|
|
|
}
|