Commit bf29674b authored by Chunchi Che's avatar Chunchi Che

handle StocHsWatchChange

parent f3d6ed72
...@@ -104,6 +104,12 @@ export default function WaitRoom() { ...@@ -104,6 +104,12 @@ export default function WaitRoom() {
break; break;
} }
case "stoc_hs_watch_change": {
const count = pb.stoc_hs_watch_change.count;
console.log("Watch change to " + count);
break;
}
default: { default: {
break; 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