- Added alpha legacy mod support.

- StorageService: Fixed ContentPackages' directories not properly resolving.
- TODO: Rewrite StorageService LocalData functions to use ContentPath for resolution.
This commit is contained in:
MapleWheels
2026-01-27 16:50:08 -05:00
committed by Maplewheels
parent 297f6a38cb
commit 009957e3b6
3 changed files with 141 additions and 34 deletions
@@ -41,7 +41,8 @@ public interface IResourceInfo : IPlatformInfo
{
/// <summary>
/// [Optional]
/// Allows you to specify the loading order for all assets of the same type (ie. styles, assemblies, etc.).
/// Specifies the loading order for all assets of the same type (ie. styles, assemblies, etc.) from
/// the same <see cref="ContentPackage"/>. Lower number is higher priority, see <see cref="System.Linq.Enumerable.OrderBy{TSource,TKey}(IEnumerable{TSource}, Func{TSource,TKey})"/>
/// </summary>
int LoadPriority { get; }