mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
fix: don't error on build for obsolete transients
This commit is contained in:
parent
c50eb069d4
commit
8024538588
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ using Lumina.Excel;
|
||||||
|
|
||||||
namespace Dalamud.Data.TransientSheet
|
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 )]
|
[Sheet( "Completion", columnHash: 0x2e6c55a3 )]
|
||||||
public class Completion : ExcelRow
|
public class Completion : ExcelRow
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue