continuity/Server/Packets/OperationCode.cs

6 lines
87 B
C#
Raw Normal View History

2023-08-10 08:47:35 +00:00
namespace Server.Packets;
2023-08-09 14:23:41 +00:00
public enum OperationCode : ushort
{
LoginInfo = 11
}