完成阻隔点
This commit is contained in:
@@ -21,5 +21,10 @@ public class PathUtil
|
||||
{
|
||||
return $"{Application.dataPath}/GameAssets/Maps/{mapId}/XML/{fileName}.xml";
|
||||
}
|
||||
|
||||
public static string GetObsPath(int mapId, string fileName)
|
||||
{
|
||||
return $"{Application.dataPath}/GameAssets/Maps/{mapId}/XML/{fileName}.bytes";
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user