Esempio n. 1
0
        static void Main(string[] args)
        {
            MessageMetaSet.StaticInit(Assembly.GetExecutingAssembly(), "gamedef");


            if (args.Length > 0 && args[0] == "c")
            {
                Client();
            }
            else
            {
                Server();
            }
        }