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

View File

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

View File

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