Skip to content

Commit 8c2615f

Browse files
committed
Prefix enum value names
1 parent 06de6c5 commit 8c2615f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

schema/gamingplatform/api/connectfour/v1/messaging.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ message Game {
3939
message Move {
4040
enum Color {
4141
COLOR_UNSPECIFIED = 0;
42-
RED = 1;
43-
YELLOW = 2;
42+
COLOR_RED = 1;
43+
COLOR_YELLOW = 2;
4444
}
4545
int32 x = 1;
4646
int32 y = 2;

0 commit comments

Comments
 (0)