feat : 파티 구조 뼈대 완성

This commit is contained in:
qornwh1
2026-03-08 21:48:34 +09:00
parent a5d3b48707
commit a53d838e24
5 changed files with 288 additions and 4 deletions

View File

@@ -540,7 +540,7 @@ public class RequestPartyPacket
}
[ProtoMember(2)]
public long PartyId
public int PartyId
{
get;
set;
@@ -559,7 +559,7 @@ public class RequestPartyPacket
public class UpdatePartyPacket
{
[ProtoMember(1)]
public long PartyId
public int PartyId
{
get;
set;