mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 06:17:43 +01:00
- Adjust comments
This commit is contained in:
parent
dc77235c96
commit
bcf4f396d6
1 changed files with 4 additions and 7 deletions
|
|
@ -24,8 +24,7 @@ public interface ICustomizeData
|
||||||
public byte BodyType { get; }
|
public byte BodyType { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the current height.
|
/// Gets the current height (0 to 100).
|
||||||
/// 0 to 100
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public byte Height { get; }
|
public byte Height { get; }
|
||||||
|
|
||||||
|
|
@ -36,8 +35,7 @@ public interface ICustomizeData
|
||||||
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; }
|
||||||
|
|
||||||
|
|
@ -102,13 +100,12 @@ public interface ICustomizeData
|
||||||
public byte MuscleMass { get; }
|
public byte MuscleMass { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the current tail type.
|
/// Gets the current tail type (1 to 4).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public byte TailShape { get; }
|
public byte TailShape { get; }
|
||||||
|
|
||||||
/// <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