Exemplo n.º 1
0
 public FunCommandAction(IntelliTwitchCommandActor user) : base(user)
 {
 }
Exemplo n.º 2
0
 public IIntelliTwitchCommandAction BuildCommand(IntelliTwitchCommandActor actor)
 {
     return(new DebugTestCommandAction(actor));
 }
 public DebugTestCommandAction(IntelliTwitchCommandActor user) : base(user)
 {
 }