Example #1
0
 public override string DebugPrint()
 {
     return(String.Format("\\{0}|{1}/", Color.ShortFormat(), Score).Center(10));
 }
Example #2
0
 public override string DebugPrint()
 {
     return(string.Format("B-{0}", Color.ShortFormat()).Center(10));
 }