feat : 파티 구조 뼈대 완성
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user