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