(client) feat:完成瓦片地图的资源初始化

This commit is contained in:
m0_75251201
2025-07-17 13:11:42 +08:00
parent f4d22af674
commit a4a0f11344
4 changed files with 83 additions and 10 deletions

View File

@ -109,6 +109,14 @@ namespace Data
public string packID;
public string packRootPath;
public string Name
{
get
{
return packAbout.name;
}
}
public bool LoadPack(string packPath)
{
packRootPath=System.IO.Path.GetFullPath(packPath);;