示例#1
0
 public PlayerActionMessage(IPlayerCombatMember player,
                            ICombatAction action)
 {
     Player = player;
     Action = action;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PlayerReadyForActionEvent"/> class.
 /// </summary>
 /// <param name="player">The player.</param>
 public PlayerReadyForActionEvent(IPlayerCombatMember player)
 {
     Player = player;
 }