using System.Collections; using System.Collections.Generic; using UnityEngine; public class DrawLinMessage : MonoBehaviour { public float Linelength; public float AllLength=0f; private CloneGameObjInfo gameinfo; public DrawLineRecordData Recorddata; private void Awake() { gameinfo = GetComponent(); } private void OnDestroy() { } }