aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-29 18:38:49 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-29 18:38:49 +0200
commit2fa2941485d515e4d51c0ddbc7933e34e953de1f (patch)
tree8c44d644d1b1431cad9f80be7d814fa1a5467d6f /server
parent97b157a8ab9db23876ddc703a292159941ec2c7e (diff)
downloadhurrycurry-2fa2941485d515e4d51c0ddbc7933e34e953de1f.tar
hurrycurry-2fa2941485d515e4d51c0ddbc7933e34e953de1f.tar.bz2
hurrycurry-2fa2941485d515e4d51c0ddbc7933e34e953de1f.tar.zst
effect messages
Diffstat (limited to 'server')
-rw-r--r--server/src/protocol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/protocol.rs b/server/src/protocol.rs
index 9355f90a..24ac2a11 100644
--- a/server/src/protocol.rs
+++ b/server/src/protocol.rs
@@ -71,6 +71,7 @@ pub enum PacketS {
pub enum Message {
Text(String),
Item(ItemIndex),
+ Effect(String),
}
#[derive(Debug, Clone, Serialize, Deserialize)]