using Newtonsoft.Json; namespace NewHorizons.External.Props { [JsonObject] public abstract class GeneralSolarSystemPropInfo : GeneralPropInfo { /// /// The name of the planet that will be used with `parentPath`. Must be set if `parentPath` is set. /// public string parentBody; } }