public void Start() { formation = GetComponent <LineFormation>(); slots = formation.GetSlots(); int activeMembers = formation.GetActiveMembers(); }