TapCommon-Unity/UI/Scripts/Params/IOpenPanelParameter.cs

4 lines
67 B
C#
Raw Normal View History

2022-09-15 16:44:42 +08:00
namespace TapSDK.UI
{
public interface IOpenPanelParameter {}
}