using System.Collections.Generic; using UnityEngine; using System.Collections; public class ControllerTralersInGame : MonoBehaviour { public List<GameObject> Tralers; void OnEnable() { } }