pub struct PlayerJoinEvent { pub stream: SplitStream, pub addr: SocketAddr, } pub struct PlayerSpawnEvent { }