BattletechModders / BattletechModders/DynamicShops
Cannot compile from source - PriceHelpers does not exist in current context
Open
- Dominant language
- C#
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
I've been trying to compile from source to obtain an up to date DLL, but I keep getting an error in Visual Studio that "PriceHelpers does not exist in current context" for the file DCustomShop.cs.
The code line in question is `public int GetPrice(TypedShopDefItem item) => PriceHelpers.GetPrice(item);`
PriceHelpers is not referred to anywhere else, and as far as I can tell, is not used in Assembly-CSharp or CustomShops.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.