feat : 파티 패킷 추가 / 채널 접속시 모든 파티 리스트 전달
This commit is contained in:
@@ -119,6 +119,12 @@ public class PartyManager
|
||||
return true;
|
||||
}
|
||||
|
||||
// 전체 파티 목록 조회
|
||||
public IEnumerable<PartyInfo> GetAllParties()
|
||||
{
|
||||
return parties.Values;
|
||||
}
|
||||
|
||||
// 조회
|
||||
public PartyInfo? GetParty(int partyId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user