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