Item get event

This commit is contained in:
2025-05-19 07:10:17 -05:00
parent dd783174e8
commit f625415939
9 changed files with 44 additions and 22 deletions

View File

@@ -11,6 +11,11 @@ enum ItemCategory {
INGREDIENT
};
static func isStackable(itemType:ItemType) -> bool:
match itemType:
_:
return true
# func getName() -> String:
# push_error("getName() must be overridden in derived classes");
# return "";