Closed TheSniperFan closed 5 years ago
By adding a second version of the CompoundTask() method in the BaseDomainBuilder, we can use it to create compound tasks that have more complex initialization. With the old implementation, only parameterless classes worked.
CompoundTask()
BaseDomainBuilder
By adding a second version of the
CompoundTask()
method in theBaseDomainBuilder
, we can use it to create compound tasks that have more complex initialization. With the old implementation, only parameterless classes worked.