コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LolClashRosterPlayerNotification" /> class.
 /// </summary>
 /// <param name="NotifyReason">NotifyReason.</param>
 /// <param name="Player">Player.</param>
 /// <param name="Roster">Roster.</param>
 /// <param name="SourcePlayerId">SourcePlayerId.</param>
 public LolClashRosterPlayerNotification(LolClashRosterNotifyReason NotifyReason = default(LolClashRosterNotifyReason), PlayerDTO Player = default(PlayerDTO), RosterDTO Roster = default(RosterDTO), long?SourcePlayerId = default(long?))
 {
     this.NotifyReason   = NotifyReason;
     this.Player         = Player;
     this.Roster         = Roster;
     this.SourcePlayerId = SourcePlayerId;
 }