interface ISaveData {
    isSaveMark(): boolean;
    restore(runner: GraphicsRunner): void;
}

方法