Class LaserTower.ActiveLaserConfig

java.lang.Object
com.prineside.tdi2.towers.LaserTower.ActiveLaserConfig
All Implemented Interfaces:
KryoSerializable
Enclosing class:
LaserTower

public static class LaserTower.ActiveLaserConfig extends Object implements KryoSerializable
  • Field Details

    • projectile

      public LaserProjectile projectile
    • durationLeft

      public float durationLeft
    • angleDelta

      public float angleDelta
    • baseDamage

      public float baseDamage
    • startX

      public float startX
    • startY

      public float startY
    • endX

      public float endX
    • endY

      public float endY
  • Constructor Details

    • ActiveLaserConfig

      public ActiveLaserConfig()
  • Method Details