Skip to content

Commit

Permalink
Added GAsync tool
Browse files Browse the repository at this point in the history
  • Loading branch information
WiredSpast committed Feb 10, 2022
1 parent c36d777 commit de94f3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const { Extension, HDirection, HEntity, HEntityUpdate} = require('../index');
const { Extension, HDirection, HEntityUpdate, GAsync, AwaitingPacket } = require('../index');

const extensionInfo = require('./package.json');
const { GAsync } = require("../lib/extension/tools/gasync/gasync");
const {AwaitingPacket} = require("../lib/extension/tools/gasync/awaitingpacket");

const ext = new Extension(extensionInfo);
const gAsync = new GAsync(ext);
Expand Down

0 comments on commit de94f3b

Please sign in to comment.