feat : 주석 업데이트

This commit is contained in:
qornwh1
2026-03-30 17:29:57 +09:00
parent 462f9d98f1
commit 5221261d1e
6 changed files with 29 additions and 8 deletions

View File

@@ -5,6 +5,14 @@ using MMOserver.Game.Party;
namespace MMOserver.Game.Channel;
/*
* Channel 클래스
* - 채널 내 Peer 관리
* - 채널 내 유저관리
* - 맵 관리
* - 인스턴스 던전 관리
* - 동적 맵 id 생성
*/
public class Channel
{
// 채널 내 유저 NetPeer (hashKey → NetPeer) — BroadcastToChannel 교차 조회 제거용