Commit 2676f055 authored by Chunchi Che's avatar Chunchi Che

handle StocHsPlayerChage

parent 60458db0
......@@ -61,6 +61,13 @@ export default function WaitRoom() {
setChat(chat.msg);
break;
}
case "stoc_hs_player_change": {
// todo: rerange neos-protobuf, design better API for neos-ts
const status = pb.stoc_hs_player_change.status;
console.log("Hs player changed, status=" + status);
break;
}
default: {
break;
}
......
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