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