GroundOverlayClickEvent constructor

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

Implementation

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