docs(nameplates): note about potential crash

This commit is contained in:
Anna 2021-06-25 03:59:09 -04:00
parent 22ccfe3731
commit c9eb6ce323

View File

@ -58,7 +58,12 @@ namespace XivCommon.Functions.NamePlates {
public ByteColor Colour { get; set; } public ByteColor Colour { get; set; }
/// <summary> /// <summary>
/// <para>
/// The type of this name plate. /// The type of this name plate.
/// </para>
/// <para>
/// Changing this without setting the appropriate fields can cause the game to crash.
/// </para>
/// </summary> /// </summary>
public PlateType Type { get; set; } public PlateType Type { get; set; }