com.alicizax.unity.tuyoogam.../Runtime/FileSystem/Operation/FSQueryPackageVersionOperation.cs

11 lines
243 B
C#
Raw Normal View History

2025-01-09 11:31:04 +08:00

namespace YooAsset
{
internal abstract class FSRequestPackageVersionOperation : AsyncOperationBase
{
/// <summary>
/// 资源版本
/// </summary>
internal string PackageVersion { set; get; }
}
}