7 lines
123 B
C#
7 lines
123 B
C#
namespace Zennysoft.Ma.Adapter;
|
|
|
|
public interface IThrownItem
|
|
{
|
|
public InventoryItem ItemThatIsThrown { get; set; }
|
|
}
|