diff options
| author | mat <github@matdoes.dev> | 2021-12-07 22:12:16 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-07 22:12:16 +0000 |
| commit | 4a44c58444c901d939a8594669c819ab2bfbac13 (patch) | |
| tree | 5085824e8af8bb9209f7defa178f1010fc29e436 /minecraft-protocol/src/server_status.rs | |
| parent | 9c14b3f32346f071ad12faf86105f5fd3ce03959 (diff) | |
| download | azalea-drasl-4a44c58444c901d939a8594669c819ab2bfbac13.tar.xz | |
keep doing packet stuff
Diffstat (limited to 'minecraft-protocol/src/server_status.rs')
| -rw-r--r-- | minecraft-protocol/src/server_status.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/minecraft-protocol/src/server_status.rs b/minecraft-protocol/src/server_status.rs new file mode 100644 index 00000000..93480aaf --- /dev/null +++ b/minecraft-protocol/src/server_status.rs @@ -0,0 +1,6 @@ +struct ServerStatus { + description: Component, + players: Players, + version: Version, + favicon: String, +} |
