using System.Collections; using System.Collections.Generic; using UnityEngine; using System; namespace ShotSimulator.Train.Info { [Serializable] public class MetricsInfo { public MetricsType Type; public List<float> StageValues; } }