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