Exemplo n.º 1
0
        public override string LegendsDescription()
        {
            string timestring = base.LegendsDescription();

            return(string.Format("{0} {1} formed in {2} in {3}.",
                                 timestring, Entity.ToString(), StructureID.ToString(),
                                 Site.AltName));
        }
Exemplo n.º 2
0
        public override string LegendsDescription()
        {
            string timestring = base.LegendsDescription();

            return(string.Format("{0} {1} razed {2} in {3}.",
                                 timestring, Civ.ToString(), "Structure " + StructureID.ToString(),
                                 Site.AltName));
        }