Exemplo n.º 1
0
 public MatchDepartureTimerEventArgs(MatchState match, PlayerState player)
 {
     m_Match = match;
     m_PlayerState = player;
 }
Exemplo n.º 2
0
 public DCFromMatchInProgressEventArgs(MatchState match, PlayerState player)
 {
     m_Match = match;
     m_PlayerState = player;
 }
Exemplo n.º 3
0
 public MatchDepartureTimerTickEventArgs(MatchState match, int secondsExpired)
 {
     m_Match = match;
     m_SecondsExpired = secondsExpired;
 }