using UnityEngine; public class TargetPointData : MonoBehaviour { public WaveformType waveformType; public bool isCorrect=true; }