mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-07-01 03:03:44 +00:00
12 lines
285 B
C#
12 lines
285 B
C#
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>();
|
|
} |