added Bind class

This commit is contained in:
Hion-V 2021-03-15 10:12:12 +01:00 committed by Andreas Schaafsma
parent e9e1cb6898
commit 1bf26db583

View File

@ -0,0 +1,8 @@
package game;
class Bind{
public function new(){
}
}