veloren/common/src/msg/server.rs

6 lines
96 B
Rust
Raw Normal View History

#[derive(Debug, Serialize, Deserialize)]
pub enum ServerMsg {
Chat(String),
Shutdown,
}