added Bind class

This commit is contained in:
Hion-V 2021-03-15 10:12:12 +01:00
parent 923ac33302
commit 4272c12ec1

View File

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