public BreachBlessing(JSONProxy.Item item) : base(item) { Type = ProxyMapper.GetBreachType(item); }
public Splinter(JSONProxy.Item item) : base(item) { Type = ProxyMapper.GetBreachType(item); }
public Breachstone(JSONProxy.Item item) : base(item) { Type = ProxyMapper.GetBreachType(item); }