ControllerTralersInGame.cs 198 B

123456789101112
  1. using System.Collections.Generic;
  2. using UnityEngine;
  3. using System.Collections;
  4. public class ControllerTralersInGame : MonoBehaviour
  5. {
  6. public List<GameObject> Tralers;
  7. void OnEnable()
  8. {
  9. }
  10. }