コード例 #1
0
ファイル: CatalogEntry.cs プロジェクト: A-F-V/CardCatalog
        public string FancifyEntry(bool over = false, int number = 0)
        {
            PastelConsole PC = new PastelConsole(ColourPalette.MarineFields);

            return(PC.Format($"{{-2}} {{{(over?number:Math.Max(codePrefix.Depth - 1,0))}}}", codePrefix, name ?? String.Empty));
        }