コード例 #1
0
 public FunCommandAction(IntelliTwitchCommandActor user) : base(user)
 {
 }
コード例 #2
0
 public IIntelliTwitchCommandAction BuildCommand(IntelliTwitchCommandActor actor)
 {
     return(new DebugTestCommandAction(actor));
 }
コード例 #3
0
 public DebugTestCommandAction(IntelliTwitchCommandActor user) : base(user)
 {
 }