コード例 #1
0
        public static void RegisterHost(string gameTypeName, string gameName)
        {
            string comment = "";

            MasterServer.RegisterHost(gameTypeName, gameName, comment);
        }