refabrique

main
Paul Schneider 9 years ago
parent 784c4adbfe
commit 8dd4b1b400
1 changed files with 2 additions and 2 deletions

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