xiandie/manager/config_manager/packed_time.gd

13 lines
430 B
GDScript3
Raw Permalink Normal View History

2024-12-23 01:29:31 +00:00
class_name PackedTime extends Resource
# 系统时间,游戏时长,章节时间点
@export var game_archive_id := 0
@export var game_rounds := 0
@export var timestamp := "2024-12-20 08:00:00" #system
@export var game_seconds_all := 0 #game seconds since current archive start
@export var game_seconds_current := 0 #game seconds since last chapter
@export var chapter := 0 #chapter id
@export var section := 0 #section id