mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-14 03:18:41 -06:00
test commit
This commit is contained in:
parent
0edcc475ea
commit
cb18be7e2a
|
@ -8,6 +8,10 @@ use kubi_shared::networking::{
|
||||||
use crate::events::player_actions::PlayerActionEvent;
|
use crate::events::player_actions::PlayerActionEvent;
|
||||||
use super::{UdpClient, NetworkEvent};
|
use super::{UdpClient, NetworkEvent};
|
||||||
|
|
||||||
|
pub fn init_net_player_map() {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
|
|
||||||
pub fn add_net_player() {
|
pub fn add_net_player() {
|
||||||
//TODO
|
//TODO
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue