public IntelliTwitchCommandAction(IntelliTwitchCommandActor user)
 {
     sender = user;
 }
Example #2
0
 public IntelliTwitchModRequiredAction(IntelliTwitchCommandActor user) : base(user)
 {
 }
 public ReflectionTestCommandAction(IntelliTwitchCommandActor user) : base(user)
 {
 }