ServerType10.pm
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:0k
源码类别:

外挂编程

开发平台:

Windows_Unix

  1. # vRO (Vietnam)
  2. # Servertype overview: http://www.openkore.com/wiki/index.php/ServerType
  3. package Network::Receive::ServerType10;
  4. use strict;
  5. use base qw(Network::Receive);
  6. sub new {
  7. my ($class) = @_;
  8. my $self = $class->SUPER::new;
  9. return $self;
  10. }
  11. 1;