7 lines
140 B
GDScript
7 lines
140 B
GDScript
# file containing the world state for the player
|
|
extends Node
|
|
|
|
|
|
@export var current_zone: Globals.World.Zone
|
|
@export var last_played: float
|