WuhuIslandTesting/Library/PackageCache/com.stresslevelzero.marrow.sdk@1.2.0/Scripts/SLZ.Marrow/SLZ.Marrow.Warehouse/RuntimePallet.cs
2025-01-07 02:06:59 +01:00

15 lines
No EOL
354 B
C#

using UnityEngine;
using UnityEngine.AddressableAssets.ResourceLocators;
using UnityEngine.ResourceManagement.AsyncOperations;
namespace SLZ.Marrow.Warehouse
{
public class RuntimePallet : Pallet
{
public IResourceLocator catalog;
public AsyncOperationHandle catalogOperationHandle;
public string catalogPath;
}
}