Package model

Class Sniper

All Implemented Interfaces:
Serializable

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

    • Sniper

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

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