Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
RegisterNamedShop
Updated 11 months agoRegisterNamedShop
Registers a shop prefab with a unique name for future use.
Use this to define shops your mod wants to load.
Calling again with the same name will overwrite the existing entry.
ShopUtils.RegisterNamedShop("examplshop", shopPrefab);