2024-06-02 05:35:03 +02:00

5 lines
111 B
C#

namespace MadMilkman.Ini
{
internal interface IItemNameVerifier { bool VerifyItemName(string name); }
}