mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
grah
This commit is contained in:
parent
dafcb0687d
commit
310301ceee
@ -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);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Relative filepath to an asset-bundle to load the prefab defined in `path` from
|
||||
/// </summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user