Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="U3DXT.iOS.GameKit.MatchEventArgs"/> class.
 /// </summary>
 /// <param name="match">Match.</param>
 public MatchEventArgs(GameCenterMatch match)
 {
     this.match = match;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="U3DXT.iOS.GameKit.MatchEventArgs"/> class.
 /// </summary>
 /// <param name="match">Match.</param>
 public MatchEventArgs(GameCenterMatch match)
 {
     this.match = match;
 }