Class Gun

java.lang.Object
com.csse3200.game.entities.Gun

public class Gun extends Object
  • Constructor Details

    • Gun

      public Gun(String texturePath, com.badlogic.gdx.math.Vector2 gunOffset)
  • Method Details

    • getGunTexture

      public com.badlogic.gdx.graphics.Texture getGunTexture()
    • getGunOffset

      public com.badlogic.gdx.math.Vector2 getGunOffset()