Ejemplo n.º 1
0
 internal static float GetBaseSegmentIncome(GameContext gameContext, GameEntity c, int segmentId)
 {
     return(Markets.GetSegmentProductPrice(gameContext, c.product.Niche, segmentId));
 }