using System; namespace ShotSimulator.Train.Info { [Serializable] public class BaseDifficultyData { public DifficultyType difficultyType; } }