• 2022-06-04
    如果要建立多人在线的服务器,以下代码正确的是()
    A: createServer("SinglePlayer","control/data/maps/book_ch4.mis");
    B: createServer("MultiPlayer","control/data/maps/book_ch4.mis");
    C: createServer("MultiPlayer",control/data/maps/book_ch4.mis);
    D: createServer("SinglePlayer",control/data/maps/book_ch4.mis);