docs(nameplates): note about potential crash

This commit is contained in:
Anna 2021-06-25 03:59:09 -04:00
parent 19c3ea33cf
commit 04c5ab4334
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 5 additions and 0 deletions

View File

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