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