interface ISaveData {
    isSaveMark(): boolean;
    restore(context: Context): void;
}

实现于

方法