/// <summary> /// When a minion is deleted with Drag&Drop system call this function to delete the minion itself; /// </summary> public void MinionDeletedByDandD(int index) { var coinsToAdd = _minionManager.DeleteMinionByIndex(index); UpdatePoints(coinsToAdd); }