Ejemplo n.º 1
0
 public static GameEntity[] GetDaughters(GameEntity c, GameContext context)
 {
     return(Investments.GetOwnings(c, context));
 }