Package model

Class Shotgun

All Implemented Interfaces:
Serializable

public class Shotgun extends Tower
Implementation of Shotgun Tower type.
See Also:
  • Constructor Details

    • Shotgun

      public Shotgun(Point position, Sides side)
      Constructs a Shotgun instance.
      Parameters:
      position - the sniper's position on the Map
      side - the side it belongs to
    • Shotgun

      public Shotgun(Point position)
      Constructs a Shotgun instance.
      Parameters:
      position - the sniper's position on the Map