mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-18 22:20:07 +00:00
10 lines
90 B
C#
10 lines
90 B
C#
|
|
namespace YooAsset
|
|
{
|
|
public enum EOperationStatus
|
|
{
|
|
None,
|
|
Succeed,
|
|
Failed
|
|
}
|
|
} |