1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user