continuity/Server.Packets/PacketId.cs

6 lines
No EOL
65 B
C#

namespace Server.Packets;
public enum PacketId : ushort
{
}