networking shell
This commit is contained in:
@@ -7,6 +7,7 @@ use avian2d::{
|
||||
use bevy::{camera::ScalingMode, color::palettes::css::GREEN, prelude::*};
|
||||
|
||||
pub mod avian;
|
||||
pub mod net;
|
||||
|
||||
fn main() {
|
||||
App::new()
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
#[cfg(feature = "client")]
|
||||
pub mod client;
|
||||
pub mod protocol;
|
||||
#[cfg(feature = "server")]
|
||||
pub mod server;
|
||||
pub mod shared;
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user