continuity/Server/Packets/OperationCode.cs

7 lines
No EOL
111 B
C#

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