GroundOverlayClickEvent constructor

GroundOverlayClickEvent(
  1. int mapId,
  2. GroundOverlayId groundOverlayId
)

Implementation

GroundOverlayClickEvent(int mapId, GroundOverlayId groundOverlayId)
    : super(mapId, groundOverlayId);