fix : playerID == hashkey 통일 / long => int로 변경

This commit is contained in:
qornwh1
2026-03-08 20:47:23 +09:00
parent 1b7f0003fb
commit 5165b9e6dc
12 changed files with 63 additions and 63 deletions

View File

@@ -125,7 +125,7 @@ public class PlayerInfo
public class DummyAccTokenPacket
{
[ProtoMember(1)]
public long Token
public int Token
{
get;
set;
@@ -533,7 +533,7 @@ public enum PartyUpdateType
public class UpdatePartyPacket
{
[ProtoMember(1)]
public int PartyId
public long PartyId
{
get;
set;