BananaMpq.Dumper.Program.Usage C# (CSharp) 메소드

Usage() 개인적인 정적인 메소드

private static Usage ( ) : void
리턴 void
        private static void Usage()
        {
            Console.WriteLine("Usage: BananaMpq.Dumper.exe continent x y");
            Console.WriteLine("       This will dump the whole adt to stdout. Pipe/redirect as you want to.");
            Console.WriteLine("       Example: BananaMpq.Dumper.exe EasternKingdoms 30 48 > \"EK(30, 48).obj\"");
        }