diff --git a/hGameTest/src/game/Bind.hx b/hGameTest/src/game/Bind.hx new file mode 100644 index 00000000..854df82a --- /dev/null +++ b/hGameTest/src/game/Bind.hx @@ -0,0 +1,8 @@ +package game; + +class Bind{ + + public function new(){ + + } +} \ No newline at end of file