Skip to content

Commit c1afd94

Browse files
committed
docs: document inner message/enums
1 parent 0e3ea9f commit c1afd94

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/proto/mod_api.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ message ServerInfo {
2424

2525
// Sent when the player joins the server.
2626
message ServerBooster {
27+
// Represents an active booster.
2728
message ActiveBooster {
2829
bool tipped = 1; // Whether the booster was tipped by the player.
2930
int32 multiplier = 2; // The multiplier of the booster (e.g. 2 for 2x).
@@ -38,6 +39,7 @@ message ServerBooster {
3839

3940
// Sent when the player joins a plot.
4041
message PlotInfo {
42+
// Represents a player in a plot.
4143
message PlotPlayer {
4244
string user_name = 1; // The name of the player.
4345
string user_uuid = 2; // The UUID of the player (36 characters including dashes).

0 commit comments

Comments
 (0)