(client) feat:完成瓦片地图的资源初始化
This commit is contained in:
@ -106,6 +106,10 @@ namespace Managers
|
||||
return pack;
|
||||
}
|
||||
|
||||
public string GetDefinePackageName(Define define)
|
||||
{
|
||||
return GetDefinePackage(define)?.Name;
|
||||
}
|
||||
public string GetPackagePath(string packID)
|
||||
{
|
||||
if (packs.TryGetValue(packID, out var pack))
|
||||
|
Reference in New Issue
Block a user