feat : 파티 정보 업데이트 기능 추가

This commit is contained in:
qornwh1
2026-03-11 15:09:06 +09:00
parent 1487082cc6
commit 056ec8d0c3
4 changed files with 79 additions and 1 deletions

View File

@@ -560,6 +560,7 @@ public enum ErrorCode : int
PARTY_JOIN_FAILED = 10022,
PARTY_NOT_IN_PARTY = 10023,
PARTY_DELETE_FAILED = 10024,
PARTY_UPDATE_FAILED = 10025,
}
// ERROR (서버 -> 클라)
@@ -583,7 +584,8 @@ public enum PartyUpdateType
CREATE,
DELETE,
JOIN,
LEAVE
LEAVE,
UPDATE
}
// REQUEST_PARTY (클라 -> 서버) - CREATE: PartyName 사용 / JOIN·LEAVE·DELETE: PartyId 사용