Commit 5bd0f57f authored by Chunchi Che's avatar Chunchi Che

Merge branch 'feat/select_disfield' into 'main'

handle select_disfield

See merge request mycard/Neos!227
parents 53ffb94e bef38744
...@@ -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