ecs/network-shared/include/packets.h

11 lines
93 B
C++

#pragma once
#include <cstdint>
enum PACKET : uint8_t {
CONNECT,
ACK,
IDS,
ENTITIES
};