From 4fe14e341c3841434a82d7e6905c3c17f2dfc9ce Mon Sep 17 00:00:00 2001 From: Andreas Date: Wed, 28 Apr 2021 08:34:19 +0200 Subject: [PATCH] removed unneeded class --- hGameTest/src/game/Bind.hx | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 hGameTest/src/game/Bind.hx diff --git a/hGameTest/src/game/Bind.hx b/hGameTest/src/game/Bind.hx deleted file mode 100644 index 5d2534a8..00000000 --- a/hGameTest/src/game/Bind.hx +++ /dev/null @@ -1,10 +0,0 @@ -package game; - -class Bind{ - public var key:Int; - public var action:String; - public function new(key:Int, action:String){ - this.key = key; - this.action = action; - } -} \ No newline at end of file