Fixed Inheritance Bug 2
This commit is contained in:
parent
7bab07421d
commit
c4431787a1
|
@ -18,16 +18,6 @@ namespace AsterNET.Manager.Event
|
|||
/// </summary>
|
||||
public string Reason { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// <b>Not Available</b>, use <see cref="QueueMemberPauseEvent"/> instead.
|
||||
/// </summary>
|
||||
public new string PausedReason { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// <b>Not Available</b>, use <see cref="QueueMemberPauseEvent"/> instead.
|
||||
/// </summary>
|
||||
public new bool InCall { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Creates a new QueueMemberPausedEvent
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in a new issue