ScoreFlash Instance Property ScoreFlash API Documentation V4.6.0
Provides access to the one Instance of ScoreFlash. This only works reliably if ensureSingleton is true! If you have multiple instances of ScoreFlash, using this will have unpredictable results, use Get(String) in that case instead!

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

public static IScoreFlash Instance { get; }
See Also