Fixed Inheritance Bug 3
This commit is contained in:
parent
c4431787a1
commit
0949c1011e
|
@ -6,15 +6,10 @@ namespace AsterNET.Manager.Event
|
|||
public class QueueMemberPenaltyEvent : AbstractQueueMemberEvent
|
||||
{
|
||||
/// <summary>
|
||||
/// Get/Set the penalty for the queue location.
|
||||
/// Creates a new QueueMemberPenaltyEvent
|
||||
/// </summary>
|
||||
public new int Penalty { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Creates a new QueueMemberPenaltyEvent
|
||||
/// </summary>
|
||||
/// <param name="source">ManagerConnection passed through in the event.</param>
|
||||
public QueueMemberPenaltyEvent(ManagerConnection source)
|
||||
/// <param name="source">ManagerConnection passed through in the event.</param>
|
||||
public QueueMemberPenaltyEvent(ManagerConnection source)
|
||||
: base(source)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue