m
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine.Bindings;
|
||||
using UnityEngine.Scripting;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x02000004 RID: 4
|
||||
[Token(Token = "0x2000004")]
|
||||
[RequiredByNativeCode]
|
||||
[NativeHeader("Modules/AssetBundle/Public/AssetBundleRecompressOperation.h")]
|
||||
[StructLayout(0)]
|
||||
public class AssetBundleRecompressOperation : AsyncOperation
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user