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