continuity/Wonderking/Packets/OperationCode.cs

9 lines
135 B
C#
Raw Normal View History

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