예제 #1
0
        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;
        }
예제 #2
0
 protected GuardianProjectile(GuardianDefinition definition, int width, int height)
 {
     Definition = definition;
 }