protected GuardianSkillItem(GuardianDefinition definition, int width, int height, int rarity, bool autoReuse) : base(definition.DisplayName, definition.Description, width, height, rarity: rarity) { Definition = definition; AutoReuse = autoReuse; }
protected GuardianProjectile(GuardianDefinition definition, int width, int height) { Definition = definition; }