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

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

1;