BlipFace.Helpers.AutoStart.ResetCurrent C# (CSharp) Méthode

ResetCurrent() public static méthode

Destroys the object created when Current was called. Current can still be used, but the object will be recreated
public static ResetCurrent ( ) : void
Résultat void
        public static void ResetCurrent()
        {
            current = null;
        }