Spawn items
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using Godot;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class ArmorItem : InventoryItem
|
||||
public partial class ArmorItem : InventoryItemInfo
|
||||
{
|
||||
[Export]
|
||||
public required int Defense { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user