Esempio n. 1
0
 public AttendanceInfoMessage(int eventType, int currentVersion, List <AttendanceDayInfo> attendanceInfo, List <AttendanceDayInfo> bonusRewardInfo, HeroesString periodText)
 {
     this.EventType       = eventType;
     this.CurrentVersion  = currentVersion;
     this.AttendanceInfo  = attendanceInfo;
     this.BonusRewardInfo = bonusRewardInfo;
     this.PeriodText      = periodText;
 }
Esempio n. 2
0
 public NotifyBurnMessage(HeroesString message, bool isTelepathyEnable, bool isUIEnable)
 {
     this.Message           = message;
     this.IsTelepathyEnable = isTelepathyEnable;
     this.IsUIEnable        = isUIEnable;
 }