コード例 #1
0
 public override void Init(IslandElement IslandElement, HarvestControllerFactory HarvestControllerFactory)
 {
     this.IslandElement = IslandElement;
     this.IslandElement.HarvestController = this;
     this.fac = HarvestControllerFactory;
     base.Init(IslandElement, HarvestControllerFactory);
 }
コード例 #2
0
 public HarvestController(IslandElement IslandElement, HarvestControllerFactory HarvestControllerFactory)
 {
     Init(IslandElement, HarvestControllerFactory);
 }