Skip to content

Commit 3089175

Browse files
authored
Update service.proto
1 parent 8210ae8 commit 3089175

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

idl/grpc/service.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ enum LoggerLevel{
118118
// LEVEL_ANY = 0xffffffff;
119119
}
120120

121+
/**
122+
* Type of player's card.
123+
*/
121124
enum CardType {
122125
NO_CARD = 0;
123126
YELLOW = 1;

0 commit comments

Comments
 (0)