This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
veloren
Watch
1
Star
0
Fork
0
You've already forked veloren
mirror of
https://gitlab.com/veloren/veloren.git
synced
2024-08-30 18:12:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a8b0039898
veloren
/
common
/
src
/
msg
/
client.rs
6 lines
105 B
Rust
Raw
Normal View
History
Unescape
Escape
Component sync + UID system Former-commit-id: 5ecddc0e1f9c1a15f99dd167b825178c972da062
2019-03-04 19:50:26 +00:00
#[
derive(Clone, Debug, Serialize, Deserialize)
]
Added basic networked communications, chat communication Former-commit-id: 06bafdf69486f4da5fbc416835e34c5bed8c2caa
2019-03-03 22:02:38 +00:00
pub
enum
ClientMsg
{
Chat
(
String
)
,
Disconnect
,
}
Reference in New Issue
Copy Permalink