feat : 파티매니저 채널에 종속되도록 변경

This commit is contained in:
qornwh1
2026-03-08 22:01:55 +09:00
parent a53d838e24
commit 06741f2a55
3 changed files with 23 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ using MMOserver.Utils;
namespace MMOserver.Game.Party;
public class PartyManager : Singleton<PartyManager>
public class PartyManager
{
private readonly UuidGenerator partyUuidGenerator = new UuidGenerator();