Files
2026-02-13 15:59:10 -08:00

6 lines
99 B
C#

using Zennysoft.Ma.Adapter;
public interface IAccessory : IEquipableItem, IAugmentableItem
{
}