summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games.pm')
-rw-r--r--lib/Bot/Games.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm
index b3554e7..0479e8e 100644
--- a/lib/Bot/Games.pm
+++ b/lib/Bot/Games.pm
@@ -5,7 +5,8 @@ use Module::Pluggable
search_path => 'Bot::Games::Game',
except => ['Bot::Games::Game::Ghostlike'],
sub_name => 'games';
-extends 'Bot::BasicBot';
+extends 'Bot::BasicBot', 'Moose::Object';
+after new => sub { shift->BUILDALL };
has prefix => (
is => 'rw',