Timothy Schenk
1455bdd75a
All checks were successful
Test if Server can be built / build-server (push) Successful in 22s
8 lines
131 B
C#
8 lines
131 B
C#
namespace Server.Packets;
|
|
|
|
public enum OperationCode : ushort
|
|
{
|
|
LoginInfo = 11,
|
|
LoginResponse = 12,
|
|
ChannelSelection
|
|
}
|