public NearOthersController(IslandElement IslandElement, NearOthersControllerFactory NearOthersControllerFactory) { Init(IslandElement, NearOthersControllerFactory); }
public override void Init(IslandElement IslandElement, NearOthersControllerFactory NearOthersControllerFactory) { base.Init(IslandElement, NearOthersControllerFactory); IslandElement.NearOthersController = this; this.elem = IslandElement; }