+ Added Catch Command

This commit is contained in:
Matthew Cech
2019-05-04 00:23:34 -07:00
parent 300ffea72b
commit 46e2462c36
10 changed files with 100 additions and 238 deletions
+1
View File
@@ -375,6 +375,7 @@ public class ObjectBuilderFactory
manager.Register(LocCommands.Stub("tony, stark, dontfeelgood, dontfeelsogood"), new CommandStark(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("blur"), new CommandBlurry(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("eightball, 8ball"), new CommandEightBall(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("catch"), new CommandCatch(KittyRole.General, KittyRating.Safe));
return manager;
}