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
|
public class QueueMemberPenaltyEvent : AbstractQueueMemberEvent
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Get/Set the penalty for the queue location.
|
/// Creates a new QueueMemberPenaltyEvent
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public new int Penalty { get; set; }
|
/// <param name="source">ManagerConnection passed through in the event.</param>
|
||||||
|
public QueueMemberPenaltyEvent(ManagerConnection source)
|
||||||
/// <summary>
|
|
||||||
/// Creates a new QueueMemberPenaltyEvent
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="source">ManagerConnection passed through in the event.</param>
|
|
||||||
public QueueMemberPenaltyEvent(ManagerConnection source)
|
|
||||||
: base(source)
|
: base(source)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue