8 lines
131 B
C#
8 lines
131 B
C#
namespace Server.Packets;
|
|
|
|
public enum OperationCode : ushort
|
|
{
|
|
LoginInfo = 11,
|
|
LoginResponse = 12,
|
|
ChannelSelection
|
|
}
|