Ejemplo n.º 1
0
 /// <summary>
 /// 对应ID保存ISaveable对象
 /// </summary>
 public void Save(ISaveable saveable, ID id)
 {
     saveData[id] = saveable.toSaveData();
     modified     = true;
 }