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

4 lines
67 B
C#
Raw Normal View History

2022-11-17 17:40:56 +08:00
namespace TapSDK.UI
{
public interface IOpenPanelParameter {}
}