Interface IShopPlacement
Interface which exposes the stock methods of ShopPlacement for use by ShopLocation.
Assembly: ItemChanger.dll
Syntax
public interface IShopPlacement
Methods
View Source
GetNewAltStock(GameObject[], GameObject[], GameObject)
Declaration
GameObject[] GetNewAltStock(GameObject[] newStock, GameObject[] altStock, GameObject prefab)
Parameters
Returns
View Source
GetNewStock(GameObject[], GameObject)
Declaration
GameObject[] GetNewStock(GameObject[] oldStock, GameObject prefab)
Parameters
Returns
Extension Methods