continuity/Wonderking/Packets/OperationCode.cs

9 lines
135 B
C#
Raw Normal View History

2023-11-06 09:11:36 +00:00
namespace Wonderking.Packets;
2023-08-09 14:23:41 +00:00
public enum OperationCode : ushort
{
LoginInfo = 11,
2023-08-14 20:22:43 +00:00
LoginResponse = 12,
ChannelSelection
2023-08-11 09:31:30 +00:00
}