- Fix style cop warnings

This commit is contained in:
Infi 2026-02-05 00:37:12 +01:00
parent d8a13a72aa
commit dc77235c96

View file

@ -9,7 +9,7 @@ public interface ICustomizeData
{ {
/// <summary> /// <summary>
/// Gets the current race. /// Gets the current race.
/// E.g., Miqo'te, Aura /// E.g., Miqo'te, Aura.
/// </summary> /// </summary>
public byte Race { get; } public byte Race { get; }
@ -31,13 +31,13 @@ public interface ICustomizeData
/// <summary> /// <summary>
/// Gets the current tribe. /// Gets the current tribe.
/// E.g., Seeker of the Sun, Keeper of the Moon /// E.g., Seeker of the Sun, Keeper of the Moon.
/// </summary> /// </summary>
public byte Tribe { get; } public byte Tribe { get; }
/// <summary> /// <summary>
/// Gets the current face. /// Gets the current face.
/// 1 to 4 /// 1 to 4.
/// </summary> /// </summary>
public byte Face { get; } public byte Face { get; }
@ -108,7 +108,7 @@ public interface ICustomizeData
/// <summary> /// <summary>
/// Gets the current bust size. /// Gets the current bust size.
/// 0 to 100 /// 0 to 100.
/// </summary> /// </summary>
public byte BustSize { get; } public byte BustSize { get; }