ui_unchecked #1

Merged
andreas merged 21 commits from ui_unchecked into master 2025-01-14 20:41:54 +01:00
Showing only changes of commit 4fe14e341c - Show all commits

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