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

Write() 공개 메소드

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