This commit is contained in:
CortexCore
2023-10-24 23:37:59 +08:00
parent 325f63d6bc
commit 3e39e627bc
388 changed files with 29043 additions and 889 deletions

View File

@@ -6,6 +6,11 @@ namespace BITFALL.Items.Melee
{
public class AssetableMelee : AssetableEquip
{
[Header(nameof(AssetableMelee))]
[SerializeField] private int blockStaminaCost;
[SerializeField] private int heavyAttackStaminaCost;
public int BlockStaminaCost => blockStaminaCost;
public int HeavyAttackStaminaCost => heavyAttackStaminaCost;
}
}