mirror of
https://gitee.com/freeyz/godot-mota.git
synced 2024-11-17 23:39:24 +08:00
11 lines
132 B
GDScript3
11 lines
132 B
GDScript3
|
extends Node
|
||
|
|
||
|
class_name GameArchive
|
||
|
|
||
|
# 创建存档时间
|
||
|
var create_time : String
|
||
|
|
||
|
# 更新存档时间
|
||
|
var update_time : String
|
||
|
|