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