mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 07:17:45 +01:00
- Fix style cop warnings
This commit is contained in:
parent
d8a13a72aa
commit
dc77235c96
1 changed files with 4 additions and 4 deletions
|
|
@ -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; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue