aboutsummaryrefslogtreecommitdiff
path: root/V3/Objects/Sprite/NecromancerFemaleSprite.cs
blob: ffecd7427a9f72f451e41beeee915b938c0dc234 (plain)
1
2
3
4
5
6
7
namespace V3.Objects.Sprite
{
    public class NecromancerFemaleSprite : AbstractSpriteCreature
    {
        protected override string TextureFile { get; } = "necromancer_female";
    }
}