mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Add back missing method signature for Outer Wives
This commit is contained in:
parent
b987da9e49
commit
725ccf00cd
@ -78,6 +78,11 @@ namespace NewHorizons.Builder.Props
|
||||
}
|
||||
}
|
||||
|
||||
// Never change method signatures, people directly reference the NH dll and it can break backwards compatability
|
||||
// In particular, Outer Wives needs this method signature
|
||||
public static GameObject Make(GameObject go, Sector sector, GameObject prefab, DetailInfo detail)
|
||||
=> Make(go, sector, null, prefab, detail);
|
||||
|
||||
/// <summary>
|
||||
/// Create a detail using a prefab.
|
||||
/// </summary>
|
||||
|
||||
@ -4,11 +4,7 @@ using NewHorizons.Handlers;
|
||||
using NewHorizons.Utility.OWML;
|
||||
using OWML.Common;
|
||||
using OWML.Utils;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using UnityEngine;
|
||||
|
||||
namespace NewHorizons.Builder.Props
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user