Exemple #1
0
        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));
        }