コード例 #1
0
ファイル: HE_EntityCreated.cs プロジェクト: tier6tank/DFWV
        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));
        }
コード例 #2
0
ファイル: HE_RazedStructure.cs プロジェクト: tier6tank/DFWV
        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));
        }