Beispiel #1
0
        public static Ambition GetFounderAmbition(GameEntity company, GameContext gameContext)
        {
            var CEOId = company.cEO.HumanId;

            return(Humans.GetAmbition(gameContext, CEOId));
        }