feat : 주석 업데이트
This commit is contained in:
@@ -5,6 +5,14 @@ using MMOserver.Game.Party;
|
||||
|
||||
namespace MMOserver.Game.Channel;
|
||||
|
||||
/*
|
||||
* Channel 클래스
|
||||
* - 채널 내 Peer 관리
|
||||
* - 채널 내 유저관리
|
||||
* - 맵 관리
|
||||
* - 인스턴스 던전 관리
|
||||
* - 동적 맵 id 생성
|
||||
*/
|
||||
public class Channel
|
||||
{
|
||||
// 채널 내 유저 NetPeer (hashKey → NetPeer) — BroadcastToChannel 교차 조회 제거용
|
||||
|
||||
Reference in New Issue
Block a user