added Bind class

This commit is contained in:
2025-01-15 19:29:34 +01:00
committed by andreas
parent e9e1cb6898
commit 1bf26db583
+8
View File
@@ -0,0 +1,8 @@
package game;
class Bind{
public function new(){
}
}