ServerType8_1.pm.svn-base
Upload User: market2
Upload Date: 2018-11-18
Package Size: 18786k
Code Size: 0k
Category:

Game Hook Crack

Development Platform:

Windows_Unix

  1. # Korea (kRO)
  2. # Servertype overview: http://www.openkore.com/wiki/index.php/ServerType
  3. package Network::Receive::ServerType8_1;
  4. use strict;
  5. use Network::Receive;
  6. use base qw(Network::Receive);
  7. sub new {
  8. my ($class) = @_;
  9. my $self = $class->SUPER::new;
  10. return $self;
  11. }
  12. # Overrided method.
  13. sub received_characters_blockSize {
  14. return 108;
  15. }
  16. 1;