コード例 #1
0
  @Override
  public void run() {
    bodyData.addAngle(bodyData.getVelocity() * GameData.getSpeed());

    if (this.shellObject != null) {
      this.shellObject.run();
    }

    super.run();
  }