6 lines
95 B
C#
6 lines
95 B
C#
using Zennysoft.Ma.Adapter;
|
|
|
|
public interface IArmor : IEquipableItem, IAugmentableItem
|
|
{
|
|
}
|