2024-10-18 09:39:14 -06:00
|
|
|
# file containing the world state for the player
|
2024-10-18 11:25:29 -06:00
|
|
|
extends Node
|
|
|
|
|
|
|
|
|
2024-10-20 16:44:08 -06:00
|
|
|
@export var current_zone: Globals.World.Zone
|
2024-10-21 09:51:28 -06:00
|
|
|
@export var last_played: Dictionary
|