summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/OO/Role.pm
blob: 43bcf4f0d76e76c2752ec48e0ef007a9cfd14b63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package Bot::Games::OO::Role;
use IM::Engine::Plugin::Commands::OO::Role ();
use MooseX::AttributeHelpers;
use Moose::Exporter;

Moose::Exporter->setup_import_methods(
    also => ['IM::Engine::Plugin::Commands::OO::Role'],
);

1;