Skip to content

Commit

Permalink
Remove wind from GameInfo proto.
Browse files Browse the repository at this point in the history
  • Loading branch information
KCFindstr committed Nov 21, 2022
1 parent 5361d67 commit 1f6790b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Core/GameInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public void Reset() {
public GameInfoMsg ToProto() {
return new GameInfoMsg {
Round = round,
Wind = wind,
Dealer = dealer,
Honba = honba,
CurrentPlayer = currentPlayer,
Expand Down
2 changes: 1 addition & 1 deletion Protos
Submodule Protos updated 1 files
+0 −1 Core/GameInfo.proto

0 comments on commit 1f6790b

Please sign in to comment.