static public void WriteLine(string str) { if (debugmode) { Színes.WriteLine(str); } }
static public void WriteLine(Nyom nyom, string str) { if (debugmode) { Színes.WriteLine($"{nyom.szöveg} {str}"); } }