=Character database work

This commit is contained in:
Alex
2019-06-03 00:33:43 -04:00
parent 3b8e8c7f01
commit ac3d55e4cc
8 changed files with 212 additions and 11 deletions
+1
View File
@@ -386,6 +386,7 @@ public class ObjectBuilderFactory
manager.Register(LocCommands.Stub("crouton"), new CommandCrouton(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("benchmark, bench"), new CommandBenchmark(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("rafflejoin"), new CommandRaffleJoin(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("charactercreate"), new CommandCharacterCreate(KittyRole.General, KittyRating.Safe));
return manager;
}