SA-MP/server/gangzonepool.h

12 lines
144 B
C
Raw Normal View History

2023-10-29 22:26:43 +08:00
#ifndef SAMPSRV_GANGZONEPOOL_H
#define SAMPSRV_GANGZONEPOOL_H
class CGangZonePool // size: WL 20480
{
private:
char _gap0[20480];
};
#endif