mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
6 lines
96 B
Rust
6 lines
96 B
Rust
|
#[derive(Debug, Serialize, Deserialize)]
|
||
|
pub enum ServerMsg {
|
||
|
Chat(String),
|
||
|
Shutdown,
|
||
|
}
|