Thing1.cs 208 B

12345678910
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. public class Thing1 : MonoBehaviour
  5. {
  6. public LineDir lineDir;
  7. public ZYTime zyTime;
  8. public LinePath bindLinePath;
  9. }