public AIInput(AILogic logic) : this(new AILogic[]{logic}) { }
public AILogicWeight(AILogic logic, int weight) { Logic = logic; Weight = weight; }