StartController.TransferToInventory C# (CSharp) Méthode

TransferToInventory() public méthode

public TransferToInventory ( ) : void
Résultat void
    public void TransferToInventory()
    {
        Application.LoadLevel ("Inventory");
    }