Exemplo n.º 1
0
 public void Initialize(ItemFactory itemFactory, Ground ground)
 {
     this.itemFactory = itemFactory;
     this.ground      = ground;
 }
Exemplo n.º 2
0
 public ItemBuildContext(ItemFactory factory)
 {
     this.factory = factory;
 }