GameScript.SplashScreenOpenHandler C# (CSharp) Method

SplashScreenOpenHandler() public method

public SplashScreenOpenHandler ( ) : void
return void
    public void SplashScreenOpenHandler()
    {
        txtWebStatus2.text += "\nSplashscreen open";
    }