ServerType11.pm.svn-base
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:0k
源码类别:
外挂编程
开发平台:
Windows_Unix
- # euRO (Europe) as of September 16 2006
- # Servertype overview: http://www.openkore.com/wiki/index.php/ServerType
- package Network::Receive::ServerType11;
- use strict;
- use base qw(Network::Receive);
- sub new {
- my ($class) = @_;
- my $self = $class->SUPER::new;
- return $self;
- }
- 1;