This commit is contained in:
2026-02-18 16:47:35 -05:00
parent f9d8fccf40
commit 97fdbbf968
16 changed files with 199 additions and 156 deletions

View File

@@ -0,0 +1,8 @@
use openworm::net::UserId;
use crate::net::NetHandle;
pub struct Session {
pub con: NetHandle,
pub user_id: UserId,
}