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

4 lines
67 B
C#
Raw Normal View History

2022-12-05 19:55:41 +08:00
namespace TapSDK.UI
{
public interface IOpenPanelParameter {}
}