init
This commit is contained in:
12
Assets/ThirdParty/YooAsset/2.3.17/Extension Sample/Runtime/PanelMonitor/PanelManifest.cs
vendored
Normal file
12
Assets/ThirdParty/YooAsset/2.3.17/Extension Sample/Runtime/PanelMonitor/PanelManifest.cs
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.U2D;
|
||||
|
||||
public class PanelManifest : MonoBehaviour
|
||||
{
|
||||
/// <summary>
|
||||
/// 面板自动引用的图集
|
||||
/// </summary>
|
||||
public List<SpriteAtlas> ReferencesAtlas = new List<SpriteAtlas>();
|
||||
}
|
||||
Reference in New Issue
Block a user