Exemplo n.º 1
0
 public UserSaveDataFormat()
 {
     this.UserSaveDataBasic = new UserSaveDataBasicFormat();
     this.HeroSaveDataList  = new List <HeroSaveDataFormat>();
     this.TimespanSeconds   = 0;
 }
Exemplo n.º 2
0
 public UserSaveDataFormat()
 {
     this.UserSaveDataBasic = new UserSaveDataBasicFormat();
 }