示例#1
0
 public virtual void Invoke(ChatCommandContext context)
 {
     throw new NotSupportedException("Base ChatCommand class does not Invoke()");
 }
示例#2
0
 public virtual bool CanInvoke(ChatCommandContext context)
 {
     return(false);
 }