IndieGame/client/Assets/Scripts/Frame/Menu/Bag/BagFrame.cs

13 lines
148 B
C#
Raw Normal View History

2024-10-11 10:12:15 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
2024-10-11 10:12:15 +08:00
namespace Ether
{
public class BagFrame : BagFrameBase
{
}
2024-10-11 10:12:15 +08:00
}