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

7 lines
101 B
C#

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