continuity/Server.Packets/PacketId.cs

6 lines
65 B
C#
Raw Normal View History

2022-12-29 10:23:24 +00:00
namespace Server.Packets;
public enum PacketId : ushort
{
}