NGSingleton T  ClassScoreFlash API Documentation V4.6.0
A singleton base class for singletons that are only available in the scene where they are actually attached to a game object.
Inheritance Hierarchy

OnlineSystem Object
  Object
    Component
      Behaviour
        MonoBehaviour
          NarayanaGames.Common NGSingleton T 

Namespace: NarayanaGames.Common
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

public class NGSingleton<T> : MonoBehaviour 
where T : MonoBehaviour
Type Parameters

T
Your class inheriting from this class
See Also