NGSingleton T  Instance Property ScoreFlash API Documentation V4.6.0
Provides access to the one and only Instance of T. If no instance of T can be found, the editor is paused to prevent the console being spammed with NullReferenceExceptions.

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

public static T Instance { get; }
See Also