forked from metin2/server
9 lines
184 B
C
9 lines
184 B
C
#ifndef __INC_SERVICE_H__
|
|
#define __INC_SERVICE_H__
|
|
|
|
#define _IMPROVED_PACKET_ENCRYPTION_ // 패킷 암호화 개선
|
|
//#define __AUCTION__
|
|
#define __PET_SYSTEM__
|
|
#define __UDP_BLOCK__
|
|
#endif
|