We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc32111 commit f103ee5Copy full SHA for f103ee5
mcc_api/island/enums.py
@@ -108,23 +108,23 @@
108
),
109
"DYNABALL": GraphQLEnumValue(
110
value="DYNABALL",
111
- description="Dynaball"
+ description="Dynaball."
112
113
"HOLE_IN_THE_WALL": GraphQLEnumValue(
114
value="HOLE_IN_THE_WALL",
115
description="Hole in the Wall."
116
117
"PARKOUR_WARRIOR": GraphQLEnumValue(
118
value="PARKOUR_WARRIOR",
119
- description="Parkour Warrior"
+ description="Parkour Warrior."
120
121
"ROCKET_SPLEEF": GraphQLEnumValue(
122
value="ROCKET_SPLEEF",
123
- description="Rocket Spleef"
+ description="Rocket Spleef."
124
125
"SKY_BATTLE": GraphQLEnumValue(
126
value="SKY_BATTLE",
127
- description="Sky Battle"
+ description="Sky Battle."
128
129
"TGTTOS": GraphQLEnumValue(
130
value="TGTTOS",
0 commit comments