Commit bef38744 authored by Chunchi Che's avatar Chunchi Che

handle select_disfield

parent 53ffb94e
Pipeline #22289 passed with stages
in 15 minutes and 5 seconds
...@@ -35,6 +35,7 @@ export const MSG_NEW_PHASE = 41; ...@@ -35,6 +35,7 @@ export const MSG_NEW_PHASE = 41;
export const MSG_HINT = 2; export const MSG_HINT = 2;
export const MSG_SELECT_IDLE_CMD = 11; export const MSG_SELECT_IDLE_CMD = 11;
export const MSG_SELECT_PLACE = 18; export const MSG_SELECT_PLACE = 18;
export const MSG_SELECT_DISFIELD = 24;
export const MSG_MOVE = 50; export const MSG_MOVE = 50;
export const MSG_SELECT_CARD = 15; export const MSG_SELECT_CARD = 15;
export const MSG_SELECT_TRIBUTE = 20; export const MSG_SELECT_TRIBUTE = 20;
......
...@@ -95,6 +95,7 @@ export default class GameMsgAdapter implements StocAdapter { ...@@ -95,6 +95,7 @@ export default class GameMsgAdapter implements StocAdapter {
break; break;
} }
case GAME_MSG.MSG_SELECT_DISFIELD:
case GAME_MSG.MSG_SELECT_PLACE: { case GAME_MSG.MSG_SELECT_PLACE: {
gameMsg.select_place = MsgSelectPlaceAdapter(gameData); gameMsg.select_place = MsgSelectPlaceAdapter(gameData);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment