Exemplo n.º 1
0
 public SeedBandit() : base()
 {
     this.wrapper = IBigCraftableWrapper.getWrapper("Seed Bandit");
     this.animate();
 }
Exemplo n.º 2
0
 public SeedMachine() : base()
 {
     this.wrapper = IBigCraftableWrapper.getWrapper("Seed Machine");
     this.animate();
 }