11 lines
111 B
C#
11 lines
111 B
C#
using TPSBR.UI;
|
|
using UnityEngine;
|
|
|
|
namespace TPSBR
|
|
{
|
|
public class UIShopView : UICloseView
|
|
{
|
|
|
|
}
|
|
}
|