Esempio n. 1
0
    public void OpenGeneralTurretInfo(int id)
    {
        ChangeMenuState(2);
        var wndInfo = turretManager.GetTurretInfo(id);

        // TODO make <name> + <info> on turretStats
        //iWindow.SetUp("Firemage Panda-"+ id, "The Firemage Panda is a super efficient single target turret with medium attackspeed and cool looking attacks.\n\nAlso: Jan sucks");
        iWindow.SetUp(wndInfo[0], wndInfo[1]);
    }