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

@@ -74,4 +74,11 @@ public class Player
get;
set;
}
// 현재 위치한 맵 ID
public int CurrentMapId
{
get;
set;
}
}