371372373374375376377
* {@inheritDoc} */ @Override public void start() { waitFromInitToThis100ms(); loop = new GameLoop(this, getCore().getNetwork(), this.soundM); }