Beispiel #1
0
 bool CheckPrice(WagonSlot slot)
 {
     return(DarkestDungeonManager.Campaign.Estate.Currencies["gold"].amount >= slot.Cost);
 }