Refactor container to work in muliplayer

This commit is contained in:
JonShard
2026-08-19 13:13:04 +02:00
parent cd466c73b5
commit 62ea4a1540
21 changed files with 311 additions and 312 deletions
+2
View File
@@ -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