From 72c6c7de12e9833f52bf2d0718d70f044f8ab57e Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 20 Jul 2023 20:47:32 -0700 Subject: a bit of refactoring; importing engine into bun for server --- client/lib/components/Jump.ts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 client/lib/components/Jump.ts (limited to 'client/lib/components/Jump.ts') diff --git a/client/lib/components/Jump.ts b/client/lib/components/Jump.ts deleted file mode 100644 index 0b40767..0000000 --- a/client/lib/components/Jump.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { Component, ComponentNames } from "."; - -export class Jump extends Component { - public canJump: boolean; - - constructor() { - super(ComponentNames.Jump); - this.canJump = false; - } -} -- cgit v1.3