UnityCommunity/UnitySingleton

How about "public abstract class MonoSingleton<T> : MonoBehaviour where T : MonoSingleton<T>"

yaohairong opened this issue · 1 comments

How about "public abstract class MonoSingleton : MonoBehaviour where T : MonoSingleton"

otherwise can we write "class MySingleton : Singleton?"