Packets.h 79 B

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