Exemplo n.º 1
0
 public ModItem(ModObjectId id, ModItemTier tier)
 {
     this.id   = id;
     this.tier = tier;
 }
Exemplo n.º 2
0
 public ItemStub(ModObjectId id, ModItemTier tier) : base(id, tier)
 {
 }