Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DrinkAlcoholPlugIn"/> class.
 /// </summary>
 /// <param name="player">The player.</param>
 public DrinkAlcoholPlugIn(RemotePlayer player) => this.player = player;
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChatViewPlugIn"/> class.
 /// </summary>
 /// <param name="player">The player.</param>
 public ChatViewPlugIn(RemotePlayer player)
 {
     this.player = player;
 }
Beispiel #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ShowMessagePlugIn"/> class.
 /// </summary>
 /// <param name="player">The player.</param>
 public ShowMessagePlugIn(RemotePlayer player) => this.player = player;