Phaser.GameObject = function (game){ this.game = game; this.children = null ; this.transform = null ; } ;