Further work on static side
This commit is contained in:
12
PkmnLib.Static/Utils/INamedValue.cs
Normal file
12
PkmnLib.Static/Utils/INamedValue.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace PkmnLib.Static.Utils;
|
||||
|
||||
/// <summary>
|
||||
/// Indicates that a value has a name.
|
||||
/// </summary>
|
||||
public interface INamedValue
|
||||
{
|
||||
/// <summary>
|
||||
/// The name of the value.
|
||||
/// </summary>
|
||||
StringKey Name { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user