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