continuity/Server/Packets/OperationCode.cs

6 lines
No EOL
87 B
C#

namespace Server.Packets;
public enum OperationCode : ushort
{
LoginInfo = 11
}