mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Return nullable on XivChatType.GetDetails (#2143)
This commit is contained in:
parent
4dedaac50e
commit
3ccd93aaf1
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ public static class XivChatTypeExtensions
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="chatType">The chat type.</param>
|
/// <param name="chatType">The chat type.</param>
|
||||||
/// <returns>The info attribute.</returns>
|
/// <returns>The info attribute.</returns>
|
||||||
public static XivChatTypeInfoAttribute GetDetails(this XivChatType chatType)
|
public static XivChatTypeInfoAttribute? GetDetails(this XivChatType chatType)
|
||||||
{
|
{
|
||||||
return chatType.GetAttribute<XivChatTypeInfoAttribute>();
|
return chatType.GetAttribute<XivChatTypeInfoAttribute>();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue