How about "public abstract class MonoSingleton<T> : MonoBehaviour where T : MonoSingleton<T>"
yaohairong opened this issue · 1 comments
yaohairong commented
How about "public abstract class MonoSingleton : MonoBehaviour where T : MonoSingleton"
yaohairong commented
otherwise can we write "class MySingleton : Singleton?"