removed unneeded class

This commit is contained in:
Andreas 2021-04-28 08:34:19 +02:00 committed by Andreas Schaafsma
parent 35c030d6c2
commit 08397633b2

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;
}
}