work
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use crate::net::NetHandle;
|
||||
use iris::prelude::*;
|
||||
use openworm::net::NetServerMsg;
|
||||
use openworm::net::LoadMsg;
|
||||
use std::thread::JoinHandle;
|
||||
|
||||
#[derive(Default)]
|
||||
@@ -14,7 +14,7 @@ pub struct Login {
|
||||
|
||||
pub struct LoggedIn {
|
||||
pub network: NetHandle,
|
||||
pub msgs: Vec<NetServerMsg>,
|
||||
pub msgs: Vec<LoadMsg>,
|
||||
pub channel: Option<WeakWidget<Span>>,
|
||||
pub username: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user