stuff
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
use openworm::net::UserId;
|
||||
|
||||
use crate::net::NetHandle;
|
||||
|
||||
pub struct Session {
|
||||
pub con: NetHandle,
|
||||
pub user_id: UserId,
|
||||
}
|
||||
Reference in New Issue
Block a user