removed unneeded class
This commit is contained in:
parent
c3ac30208b
commit
4fe14e341c
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user