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