11 lines
No EOL
217 B
C#
11 lines
No EOL
217 B
C#
using ProtoBuf;
|
|
|
|
namespace WingsAPI.Communication.Player
|
|
{
|
|
[ProtoContract]
|
|
public class ClusterCharacterByChannelIdRequest
|
|
{
|
|
[ProtoMember(1)]
|
|
public byte ChannelId { get; init; }
|
|
}
|
|
} |