mirror of https://github.com/tuyoogame/YooAsset
parent
a422bcc858
commit
631547f8c7
|
@ -1,4 +1,5 @@
|
|||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: InternalsVisibleTo("YooAsset.Editor")]
|
||||
[assembly: InternalsVisibleTo("YooAsset.EditorExtension")]
|
||||
[assembly: InternalsVisibleTo("YooAsset.EditorExtension")]
|
||||
[assembly: InternalsVisibleTo("YooAsset.RuntimeExtension")]
|
|
@ -6,7 +6,7 @@ using UnityEngine.SceneManagement;
|
|||
|
||||
namespace YooAsset
|
||||
{
|
||||
public static class YooAssets
|
||||
public static partial class YooAssets
|
||||
{
|
||||
/// <summary>
|
||||
/// 运行模式
|
||||
|
|
Loading…
Reference in New Issue