C# 클래스 Server.Game.Network.Packets.ServerJoinChannelPacket

파일 보기 프로젝트 열기: GrindFest/GrindFest

공개 프로퍼티들

프로퍼티 타입 설명
ChannelId int
ChannelName string
ChannelType ChannelType

공개 메소드들

메소드 설명
ServerJoinChannelPacket ( int channelId, ChannelType channelType, string channelName ) : Server.Infrastructure.Network.Packets

메소드 상세

ServerJoinChannelPacket() 공개 메소드

public ServerJoinChannelPacket ( int channelId, ChannelType channelType, string channelName ) : Server.Infrastructure.Network.Packets
channelId int
channelType ChannelType
channelName string
리턴 Server.Infrastructure.Network.Packets

프로퍼티 상세

ChannelId 공개적으로 프로퍼티

public int ChannelId
리턴 int

ChannelName 공개적으로 프로퍼티

public string ChannelName
리턴 string

ChannelType 공개적으로 프로퍼티

public ChannelType ChannelType
리턴 ChannelType