semi-idle-arpg/scripts/WorldState.gd

6 lines
145 B
GDScript3
Raw Normal View History

# file containing the world state for the player
extends Node
@export var current_zone: Globals.World.Zones
@export var last_played: Dictionary