ui_unchecked #1

Merged
andreas merged 21 commits from ui_unchecked into master 2025-01-14 19:41:54 +00:00
Showing only changes of commit 4fe14e341c - Show all commits
-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;
}
}