forked from AxTps/Starlight_Lancher
feat:移除了弹窗,服务器添加sls
This commit is contained in:
6
packages/async-minecraft-ping/src/lib.rs
Normal file
6
packages/async-minecraft-ping/src/lib.rs
Normal file
@ -0,0 +1,6 @@
|
||||
mod protocol;
|
||||
mod server;
|
||||
pub use server::{
|
||||
connect, ConnectionConfig, ServerDescription, ServerError, ServerPlayer, ServerPlayers,
|
||||
ServerVersion, StatusConnection, StatusResponse,
|
||||
};
|
||||
Reference in New Issue
Block a user