diff --git a/NewHorizons/External/Modules/Props/DetailInfo.cs b/NewHorizons/External/Modules/Props/DetailInfo.cs index 1cbad2da..4c4ca70c 100644 --- a/NewHorizons/External/Modules/Props/DetailInfo.cs +++ b/NewHorizons/External/Modules/Props/DetailInfo.cs @@ -9,6 +9,13 @@ namespace NewHorizons.External.Modules.Props [JsonObject] public class SimplifiedDetailInfo : GeneralPropInfo { + public SimplifiedDetailInfo() { } + + public SimplifiedDetailInfo(GeneralPointPropInfo info) + { + JsonConvert.PopulateObject(JsonConvert.SerializeObject(info), this); + } + /// /// Relative filepath to an asset-bundle to load the prefab defined in `path` from ///