mirror of
https://github.com/minescope/mineping.git
synced 2025-07-13 10:54:35 +03:00
fix: #5 add gameVersion field for Bedrock
Add gameVersion field in BedrockPingResponse Closes: #5
This commit is contained in:
3
types/lib/bedrock.d.ts
vendored
3
types/lib/bedrock.d.ts
vendored
@ -8,8 +8,9 @@ export type BedrockPingOptions = {
|
||||
};
|
||||
|
||||
export type BedrockPingResponse = {
|
||||
name: string;
|
||||
version: {
|
||||
name: string;
|
||||
gameVersion: string;
|
||||
protocol: string;
|
||||
};
|
||||
players: {
|
||||
|
Reference in New Issue
Block a user