Make networking module

This commit is contained in:
Oystein Kristoffer Tveit 2021-10-25 19:44:19 +02:00
parent 3a78c2d42e
commit 030d0aa914
3 changed files with 2 additions and 0 deletions

2
src/networking/mod.rs Normal file
View File

@ -0,0 +1,2 @@
pub mod client;
pub mod server;