Files
RedHotRoast-ios/Assets/Scripts/Singleton/ISingleton.cs
T

7 lines
100 B
C#

namespace LoveLegend
{
public interface ISingleton
{
void OnSingletonInit();
}
}