removed unneeded class

This commit is contained in:
2025-01-15 19:34:51 +01:00
committed by andreas
parent 6e07b9411b
commit 6b3e7ca558
-10
View File
@@ -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;
}
}