Files
Dawn-Godot/scripts/Item/ItemType.gd
2025-05-14 16:46:46 -05:00

4 lines
33 B
GDScript

enum ItemType {
POTION,
ONION
}