Packets.h 72 B

123456
  1. #ifndef PACKETS_H
  2. #define PACKETS_H
  3. enum ServerPacket { CHAT };
  4. #endif