I am trying to figure out which part to replace under custom settings? Here is the top part:
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using Triton.Bot;
using Triton.Common;
using Triton.Game;
using Triton.Game.Mapping;
//using System.Linq;
namespace SilverfishControl
{
public class SilverControl : ICustomDeck
{
private readonly PenalityManager penman = PenalityManager.Instance;
private readonly Silverfish sf;
private string choiceCardId = "";
private int concedeLvl = 20; // the rank, till you want to concede
private int dirtyTargetSource = -1;
private int dirtychoice = -1;
private int dirtytarget = -1;
Behavior behave = new BehaviorControl();
public SilverControl()