StartController.TransferToInventory C# (CSharp) Method

TransferToInventory() public method

public TransferToInventory ( ) : void
return void
    public void TransferToInventory()
    {
        Application.LoadLevel ("Inventory");
    }