TapBootstrap-Unity/Runtime/Public/ITapBootstrap.cs

9 lines
136 B
C#
Raw Normal View History

2023-10-26 20:05:35 +08:00
using TapTap.Common;
namespace TapTap.Bootstrap
{
public interface ITapBootstrap
{
void Init(TapConfig config);
}
}