1
0
mirror of https://gitee.com/freeyz/godot-mota.git synced 2024-11-17 21:09:19 +08:00
godot-mota/scripts/GameArchive.gd
mydataway_yangzhe 7ca0be1f81 初次提交
2020-07-21 20:34:34 +08:00

11 lines
132 B
GDScript

extends Node
class_name GameArchive
# 创建存档时间
var create_time : String
# 更新存档时间
var update_time : String