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