Beispiel #1
0
 public void AddHero(UserHeroDBData userHeroDbData)
 {
     this.heroListMap.Add(userHeroDbData.un32HeroID, userHeroDbData);
 }
Beispiel #2
0
 private bool Equals(UserHeroDBData other)
 {
     return(this.un32HeroID == other.un32HeroID && this.endTime == other.endTime && this.buyTime == other.buyTime);
 }