4 lines
33 B
GDScript
4 lines
33 B
GDScript
enum ItemType {
|
|
POTION,
|
|
ONION
|
|
} |
enum ItemType {
|
|
POTION,
|
|
ONION
|
|
} |