Exemplo n.º 1
0
 public static void AddMoneyToInvestor(GameContext context, int investorId, long sum)
 {
     Investments.AddMoneyToInvestor(context, investorId, sum);
 }