using Newtonsoft.Json; using System.ComponentModel; namespace NewHorizons.External.Modules.Props.EchoesOfTheEye { [JsonObject] public class RaftDockInfo : GeneralPropInfo { } }