8 lines
140 B
C#
8 lines
140 B
C#
using UnityEngine;
|
|
|
|
public class TargetPointData : MonoBehaviour
|
|
{
|
|
public WaveformType waveformType;
|
|
public bool isCorrect=true;
|
|
}
|