IndieGame/client/Assets/Scripts/Frame/BackPack/BackPackFrame.cs
DOBEST\zhaoyingjie f242607587 初始化工程
2024-10-11 10:12:15 +08:00

14 lines
202 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Ether
{
[UIElement(FrameTier.Middle)]
public class BackPackFrame : BackPackFrameBase
{
}
}