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