From c9eb6ce323f4d253c425b5b843487549576eb6be Mon Sep 17 00:00:00 2001 From: Anna Date: Fri, 25 Jun 2021 03:59:09 -0400 Subject: [PATCH] docs(nameplates): note about potential crash --- XivCommon/Functions/NamePlates/NamePlateUpdateEventArgs.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/XivCommon/Functions/NamePlates/NamePlateUpdateEventArgs.cs b/XivCommon/Functions/NamePlates/NamePlateUpdateEventArgs.cs index 92edb0d..a777bba 100755 --- a/XivCommon/Functions/NamePlates/NamePlateUpdateEventArgs.cs +++ b/XivCommon/Functions/NamePlates/NamePlateUpdateEventArgs.cs @@ -58,7 +58,12 @@ namespace XivCommon.Functions.NamePlates { public ByteColor Colour { get; set; } /// + /// /// The type of this name plate. + /// + /// + /// Changing this without setting the appropriate fields can cause the game to crash. + /// /// public PlateType Type { get; set; }