7 lines
No EOL
141 B
C#
7 lines
No EOL
141 B
C#
namespace Geekbot.net.Lib.Converters
|
|
{
|
|
public interface IMtgManaConverter
|
|
{
|
|
string ConvertMana(string mana);
|
|
}
|
|
} |