Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-782 committed Nov 14, 2023
1 parent 5e408fa commit a4eaec1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const PlayerNative = getNativeByName<HandleHolder<"player">, [number]>("Player")
console.log(isNode);

const u = new Unit(Player.getById(0), 0, 0, 0, 0);
console.log(u);

u.addListener("damaged", () => {});
u.addListener("selected", (event) => {
Expand Down

0 comments on commit a4eaec1

Please sign in to comment.