8 lines
No EOL
163 B
C#
8 lines
No EOL
163 B
C#
namespace Server.Packets.Outgoing;
|
|
|
|
public struct ServerChannelData
|
|
{
|
|
public ushort ServerId;
|
|
public ushort ChannelId;
|
|
public byte LoadPercentage;
|
|
} |