Button.StartGame C# (CSharp) Method

StartGame() public method

public StartGame ( ) : void
return void
    void StartGame()
    {
        AudioSource.PlayClipAtPoint(m_click, Vector3.zero);
        Application.LoadLevel("level 1");
    }