C# Class Server.Game.Network.Packets.ServerJoinChannelPacket

Afficher le fichier Open project: GrindFest/GrindFest

Méthodes publiques

Свойство Type Description
ChannelId int
ChannelName string
ChannelType ChannelType

Méthodes publiques

Méthode Description
ServerJoinChannelPacket ( int channelId, ChannelType channelType, string channelName ) : Server.Infrastructure.Network.Packets

Method Details

ServerJoinChannelPacket() public méthode

public ServerJoinChannelPacket ( int channelId, ChannelType channelType, string channelName ) : Server.Infrastructure.Network.Packets
channelId int
channelType ChannelType
channelName string
Résultat Server.Infrastructure.Network.Packets

Property Details

ChannelId public_oe property

public int ChannelId
Résultat int

ChannelName public_oe property

public string ChannelName
Résultat string

ChannelType public_oe property

public ChannelType ChannelType
Résultat ChannelType