Skip to content

Commit

Permalink
Fix missing AOT attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed Nov 14, 2024
1 parent 5f6269b commit 1cb458a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GW2SDK/Features/Flags.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
using System.Reflection;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;

namespace GuildWars2;

/// <summary>The base type for flags objects.</summary>
[PublicAPI]
[DataTransferObject]
[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicProperties)]
public abstract record Flags
{
/// <summary>Other undocumented flags. If you find out what they mean, please open an issue or a pull request.</summary>
Expand Down

0 comments on commit 1cb458a

Please sign in to comment.