mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-15 20:20:08 +00:00
8 lines
156 B
C#
8 lines
156 B
C#
|
|
namespace YooAsset
|
|
{
|
|
internal abstract class FSLoadSubAssetsOperation : AsyncOperationBase
|
|
{
|
|
public UnityEngine.Object[] Result;
|
|
}
|
|
} |