TargetReachedEvent constructor

TargetReachedEvent(
  1. int index,
  2. LocationPoint point
)

Default constructor.

Implementation

TargetReachedEvent(this.index, this.point);