#pragma once // Packets from Client -> Server enum class ServerboundPacketType { STATUS_PING_REQUEST = 0, STATUS_PING = 1 };