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]
|
[JsonObject]
|
||||||
public class SimplifiedDetailInfo : GeneralPropInfo
|
public class SimplifiedDetailInfo : GeneralPropInfo
|
||||||
{
|
{
|
||||||
|
public SimplifiedDetailInfo() { }
|
||||||
|
|
||||||
|
public SimplifiedDetailInfo(GeneralPointPropInfo info)
|
||||||
|
{
|
||||||
|
JsonConvert.PopulateObject(JsonConvert.SerializeObject(info), this);
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Relative filepath to an asset-bundle to load the prefab defined in `path` from
|
/// Relative filepath to an asset-bundle to load the prefab defined in `path` from
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user