Refactor stats
This commit is contained in:
11
Zennysoft.Game.Ma.Implementation/Equipment/EquipableItem.cs
Normal file
11
Zennysoft.Game.Ma.Implementation/Equipment/EquipableItem.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Chickensoft.Introspection;
|
||||
using Chickensoft.Serialization;
|
||||
|
||||
namespace Zennysoft.Ma.Adapter;
|
||||
|
||||
[Meta, Id("equipable_item")]
|
||||
public abstract partial class EquipableItem : InventoryItem
|
||||
{
|
||||
[Save("equipable_item_is_equipped")]
|
||||
public bool IsEquipped { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user