fix: don't error on build for obsolete transients

This commit is contained in:
goat 2021-04-01 00:15:10 +02:00
parent c50eb069d4
commit 8024538588

View file

@ -5,7 +5,7 @@ using Lumina.Excel;
namespace Dalamud.Data.TransientSheet
{
[Obsolete("This sheet is transient and will be removed soon.", true)]
[Obsolete("This sheet is transient and will be removed soon.")]
[Sheet( "Completion", columnHash: 0x2e6c55a3 )]
public class Completion : ExcelRow
{