cull(engine-cleanup): pass-8 phase-2 cascade round 2 after AreaSelectUI stub
This commit is contained in:
@@ -29,18 +29,6 @@ public class DegreeHelper
|
||||
return ResourcesManager.AssetLoadPathType.DegreeMaterial_M;
|
||||
}
|
||||
|
||||
public static List<string> GetDegreeResourceList(long id, DegreeType type, bool isFetch)
|
||||
{
|
||||
List<string> list = new List<string>();
|
||||
list.Add(GetDegreePath(id, type, isFetch));
|
||||
if (Data.Master.DegreeMgr.Get((int)id).IsPremium)
|
||||
{
|
||||
list.Add(GetDegreeMaterialPath(id, type, isFetch));
|
||||
list.Add(GetMaskPath(id, isFetch));
|
||||
}
|
||||
return list;
|
||||
}
|
||||
|
||||
private static string GetDegreePath(long id, DegreeType type, bool isFetch)
|
||||
{
|
||||
return Toolbox.ResourcesManager.GetAssetTypePath(id.ToString("0000"), GetResourceType(type), isFetch);
|
||||
|
||||
Reference in New Issue
Block a user