Reorganize project into folder structure
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class_name FoodItem
|
||||
extends Node
|
||||
|
||||
# Define the Enum at the top of your script
|
||||
enum Type { MEAL, SIDE, INGREDIENT, NONE }
|
||||
|
||||
@export var id: String
|
||||
@export var type: Type = Type.NONE
|
||||
Reference in New Issue
Block a user