- using ProjectBase.Event;
- using ShotSimulator.Train.Info;
- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
- namespace ShotSimulator.Event
- {
- public class TrainResultEventData : BaseEventData
- {
- public MetricsType type;
- public double value;
- }
- }
|