namespace GServer.Common.Networking.Enums;

public enum ServerPacketIn : byte
{
    Auth = 1,
    ListServers = 2
}