コード例 #1
0
 public void ContinueFromCheckpoint(CheckpointId checkpointId)
 {
     playerStorage.SetStartCheckpoint(checkpointId);
     Load();
 }