11 lines
111 B
C#
Raw Permalink Normal View History

2025-10-18 03:26:16 +05:00
using TPSBR.UI;
using UnityEngine;
namespace TPSBR
{
public class UIShopView : UICloseView
{
}
}