geekbot/Geekbot.net/Lib/Converters/IMtgManaConverter.cs

7 lines
141 B
C#
Raw Normal View History

namespace Geekbot.net.Lib.Converters
{
public interface IMtgManaConverter
{
string ConvertMana(string mana);
}
}