Skip to content

Commit

Permalink
Update WzMutableKey - fix nullable compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lastbattle committed Oct 16, 2024
1 parent ba1f0b9 commit 2de16b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MapleLib/WzLib/Util/WzMutableKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
using System.Linq;
using System.Runtime.InteropServices;

#nullable enable

namespace MapleLib.WzLib.Util
{
public sealed class WzMutableKey : IEquatable<WzMutableKey>
Expand Down

0 comments on commit 2de16b9

Please sign in to comment.