Skip to content

Commit

Permalink
fix: keep api input keys
Browse files Browse the repository at this point in the history
  • Loading branch information
L3P3 committed Jan 3, 2024
1 parent d23d6fa commit 2df7b4d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minicraft",
"version": "0.9.1",
"version": "0.9.2",
"description": "voxel-based 3d game, written in javascript",
"homepage": "https://l3p3.de/minicraft",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions src/externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,3 +300,13 @@ var TYPE_WORLD_LISTING_LOCAL;
}}
*/
var TYPE_WORLD_LISTING_REMOTE;

/**
@typedef {{
data: !Object,
label: string,
what: string,
world: number,
}}
*/
var TYPE_WORLD_API;

0 comments on commit 2df7b4d

Please sign in to comment.