8 lines
119 B
C#
8 lines
119 B
C#
namespace Zennysoft.Ma.Adapter
|
|
{
|
|
public interface IAugmentableItem
|
|
{
|
|
public Augment? Augment { get; }
|
|
}
|
|
}
|