Skip to content

Commit

Permalink
Update service.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
naderzare authored Oct 25, 2024
1 parent 8210ae8 commit 3089175
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions idl/grpc/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ enum LoggerLevel{
// LEVEL_ANY = 0xffffffff;
}

/**
* Type of player's card.
*/
enum CardType {
NO_CARD = 0;
YELLOW = 1;
Expand Down

0 comments on commit 3089175

Please sign in to comment.