BlipFace.Helpers.AutoStart.ResetCurrent C# (CSharp) Method

ResetCurrent() public static method

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