2025-10-18 03:26:16 +05:00

11 lines
111 B
C#

using TPSBR.UI;
using UnityEngine;
namespace TPSBR
{
public class UIShopView : UICloseView
{
}
}