fix: #5 add gameVersion field for Bedrock

Add gameVersion field in BedrockPingResponse

Closes: #5
This commit is contained in:
2024-03-30 16:41:42 +03:00
parent afdaa9eb3e
commit c735604c38
2 changed files with 7 additions and 3 deletions

View File

@ -8,8 +8,9 @@ export type BedrockPingOptions = {
};
export type BedrockPingResponse = {
name: string;
version: {
name: string;
gameVersion: string;
protocol: string;
};
players: {