示例#1
0
 /// <summary>
 /// Called when the level is being saved.
 /// </summary>
 public override void OnSaveData()
 {
     GameSaving?.Invoke(this, EventArgs.Empty);
 }
示例#2
0
 public override void OnSaveData()
 {
     // TODO: investigate the exception on overwriting an existing game file
     GameSaving?.Invoke(this, EventArgs.Empty);
 }