More warning fixes
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using PkmnLib.Static.Utils;
|
||||
|
||||
namespace PkmnLib.Static.Libraries;
|
||||
@@ -16,7 +15,7 @@ public interface IReadOnlyTypeLibrary
|
||||
/// <summary>
|
||||
/// Gets the type identifier for a type with an index.
|
||||
/// </summary>
|
||||
bool TryGetTypeIdentifierFromIndex(byte index, [MaybeNullWhen(false)] out TypeIdentifier typeIdentifier);
|
||||
bool TryGetTypeIdentifierFromIndex(byte index, out TypeIdentifier typeIdentifier);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the effectiveness for a single attacking type against a single defending type.
|
||||
|
||||
Reference in New Issue
Block a user