Commit 7c94c95f authored by Chunchi Che's avatar Chunchi Che

sync neos-protobuf

parent 0997bed7
neos-protobuf @ 7e282007
Subproject commit 1ba7de35c6c717fe9f361dcdada8ffd6c43f9a8b
Subproject commit 7e282007852e0cfac55317bc25ea802b14f38ac3
This diff is collapsed.
......@@ -52,8 +52,8 @@ export class BufferReader {
return ret;
}
readCardInfo(): ygopro.StocGameMessage.CardInfo {
const cardInfo = new ygopro.StocGameMessage.CardInfo({});
readCardInfo(): ygopro.CardInfo {
const cardInfo = new ygopro.CardInfo({});
cardInfo.code = this.readUint32();
cardInfo.controler = this.readUint8();
......
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