6 lines
No EOL
87 B
C#
6 lines
No EOL
87 B
C#
namespace Server.Packets;
|
|
|
|
public enum OperationCode : ushort
|
|
{
|
|
LoginInfo = 11
|
|
} |