= color skeleton

This commit is contained in:
Matthew Cech
2019-06-17 22:02:04 -07:00
parent ede40ef9e3
commit 4eee13a359
9 changed files with 68 additions and 13 deletions
+1
View File
@@ -425,6 +425,7 @@ public class ObjectBuilderFactory
manager.Register(LocCommands.Stub("rafflejoin"), new CommandRaffleJoin(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("charactercreate"), new CommandCharacterCreate(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("leaderboard"), new CommandLeaderboard(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("color, colour"), new CommandColor(KittyRole.General, KittyRating.Safe));
return manager;
}