RestartUI.RestartLevel C# (CSharp) Method

RestartLevel() public method

public RestartLevel ( ) : void
return void
    public void RestartLevel()
    {
        if (NewLevel != null)
            NewLevel();
    }