TerrainDisplay.MpqConsole.WriteLine C# (CSharp) 메소드

WriteLine() 공개 메소드

Writes a line to the console
public WriteLine ( string s ) : void
s string String to write
리턴 void
        public void WriteLine(string s)
        {
            Console.WriteLine(s);
        }