feat : 파티매니저 채널에 종속되도록 변경
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user