mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-08 17:04:37 +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>
|
||||
/// Gets the current race.
|
||||
/// E.g., Miqo'te, Aura
|
||||
/// E.g., Miqo'te, Aura.
|
||||
/// </summary>
|
||||
public byte Race { get; }
|
||||
|
||||
|
|
@ -31,13 +31,13 @@ public interface ICustomizeData
|
|||
|
||||
/// <summary>
|
||||
/// 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>
|
||||
public byte Tribe { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the current face.
|
||||
/// 1 to 4
|
||||
/// 1 to 4.
|
||||
/// </summary>
|
||||
public byte Face { get; }
|
||||
|
||||
|
|
@ -108,7 +108,7 @@ public interface ICustomizeData
|
|||
|
||||
/// <summary>
|
||||
/// Gets the current bust size.
|
||||
/// 0 to 100
|
||||
/// 0 to 100.
|
||||
/// </summary>
|
||||
public byte BustSize { get; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue