Refactor container to work in muliplayer
This commit is contained in:
@@ -4,6 +4,8 @@ extends Node
|
||||
# Define the Enum at the top of your script
|
||||
enum Type { MEAL, SIDE, INGREDIENT, NONE }
|
||||
|
||||
@export var enabled: bool = true
|
||||
|
||||
@export var id: String
|
||||
@export var type: Type = Type.NONE
|
||||
@export var sell_value = 1
|
||||
|
||||
Reference in New Issue
Block a user