static function getInstance() { if (!self::$instance) { self::$instance = new GameQuery(); } return self::$instance; }