Skip to content
eXerigumo Clanjor (哆啦比猫/兰威举) edited this page Mar 1, 2014 · 11 revisions
settings = {
    PACKET_TYPE: {
        PACKET_SYSTEM: 0,
        PACKET_GAME: 1
    },

    DATA_TYPE: {
        SERVER_READY: 0,
        CLIENT_READY: 1,
        CLIENT_AUTH: 2,
        INVALID: 3,

        GAME_START: 0,
        ROUND_START: 1,
        ATTACK: 2,
        RESULT: 3,
        GAME_OVER: 4,
        DISPLAY_OVER: 5
    },

    ROLE: {
        PLAYER: 0,
        PANEL: 1
    }
};
Clone this wiki locally