We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06de6c5 commit 8c2615fCopy full SHA for 8c2615f
1 file changed
schema/gamingplatform/api/connectfour/v1/messaging.proto
@@ -39,8 +39,8 @@ message Game {
39
message Move {
40
enum Color {
41
COLOR_UNSPECIFIED = 0;
42
- RED = 1;
43
- YELLOW = 2;
+ COLOR_RED = 1;
+ COLOR_YELLOW = 2;
44
}
45
int32 x = 1;
46
int32 y = 2;
0 commit comments