feat : 맵관리 코드 추가 작업

This commit is contained in:
qornwh1
2026-03-16 14:50:29 +09:00
parent f564199cb5
commit e4429177db
9 changed files with 282 additions and 21 deletions

View File

@@ -709,6 +709,41 @@ public class ChatPacket
set;
}
}
// ============================================================
// 맵 이동
// ============================================================
// CHANGE_MAP (클라 -> 서버 & 서버 -> 클라)
[ProtoContract]
public class ChangeMapPacket
{
[ProtoMember(1)]
public int MapId
{
get;
set;
}
}
// PARTY_CHANGE_MAP (클라 -> 서버 & 서버 -> 클라)
[ProtoContract]
public class PartyChangeMapPacket
{
[ProtoMember(1)]
public int MapId
{
get;
set;
}
[ProtoMember(2)]
public int PartyId
{
get;
set;
}
}
// ============================================================
// 파티