Add different type of inventory item (armor)
This commit is contained in:
9
src/items/InventoryItem.cs
Normal file
9
src/items/InventoryItem.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Godot;
|
||||
|
||||
namespace GameJamDungeon
|
||||
{
|
||||
public abstract partial class InventoryItem : Node3D
|
||||
{
|
||||
public abstract InventoryItemInfo InventoryInfo { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user