示例#1
0
 /// <summary>
 /// Closes the canvas and allows the player to keep exploring.
 /// </summary>
 public void CloseReport()
 {
     CloseCanvas();
     store.CloseStore();
 }