1
0
mirror of https://gitee.com/freeyz/godot-mota.git synced 2024-11-17 23:39:24 +08:00
godot-mota/scripts/GameArchive.gd

11 lines
132 B
GDScript3
Raw Normal View History

2020-07-21 20:34:34 +08:00
extends Node
class_name GameArchive
# 创建存档时间
var create_time : String
# 更新存档时间
var update_time : String