Rework item descriptions, fix item rescue menu
This commit is contained in:
@@ -5,7 +5,8 @@ using Zennysoft.Ma.Adapter;
|
||||
public interface IBaseInventoryItem
|
||||
{
|
||||
public string ItemName { get; }
|
||||
public string Description { get; }
|
||||
public string StatDescription { get; }
|
||||
public string FlavorText { get; }
|
||||
public float SpawnRate { get; }
|
||||
public int ThrowDamage { get; }
|
||||
public float ThrowSpeed { get; }
|
||||
|
||||
Reference in New Issue
Block a user