Example class that may be needed by the Squad class. Exposed members is the Squad class show how this is can be handled.
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
{
public class SquadController : MonoBehaviour
{
}
}