namespace Landfall.Network; public enum PacketType : byte { Login = 1, NewPlayer, AllPlayers, Ping, PlayerUpdate }