Former-commit-id: 017002bca2078f48998ecb412480492556082491
This commit is contained in:
Joshua Barretto 2019-04-13 23:17:44 +01:00
parent a0d32f870c
commit 33e0cb54f3
2 changed files with 0 additions and 4 deletions

View File

@ -20,5 +20,3 @@ pub enum ClientMsg {
},
Disconnect,
}
impl middleman::Message for ClientMsg {}

View File

@ -19,5 +19,3 @@ pub enum ServerMsg {
chunk: Box<TerrainChunk>,
},
}
impl middleman::Message for ServerMsg {}