コード例 #1
0
 // also for testing local multiplayer
 public void AddCharacterProgress(CharacterProgress progress)
 {
     m_CharacterData.AddCharacterProgress(progress);
     SaveCharacterProgress();
 }