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