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

6 lines
96 B
C#

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