5 lines
65 B
Perl
5 lines
65 B
Perl
use strict;
|
|
use warnings;
|
|
package POE::Component::Minecraft;
|
|
|
|
1;
|