Exemple #1
0
 public DeliverContainerToStorage(ResourceContainer container, Entity target,
                                  ComponentActorFactory <TransportableStorage> componentActorFactory)
 {
     this.container             = container;
     this.target                = target;
     this.componentActorFactory = componentActorFactory;
 }
Exemple #2
0
 public Build(ConstructionSite target, ComponentActorFactory <ConstructionSite> componentActorFactory)
 {
     this.target = target;
     this.componentActorFactory = componentActorFactory;
 }