refabrique

This commit is contained in:
Paul Schneider 2017-04-07 00:46:20 +02:00
commit a983b0fdc4

View file

@ -1,4 +1,4 @@
namespace Yavsc.Models.Market { namespace Yavsc.Models {
public interface IUnit<VType> { public interface IUnit<VType> {
string Name { get; } string Name { get; }
bool CanConvertFrom(IUnit<VType> other); bool CanConvertFrom(IUnit<VType> other);