Add WeaponStats class and update damage calculations for ranged and melee attacks
This commit is contained in:
10
Assets/Scripts/Data/WeaponStats.cs
Normal file
10
Assets/Scripts/Data/WeaponStats.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Data
|
||||
{
|
||||
[Serializable]
|
||||
public class WeaponStats
|
||||
{
|
||||
public float Damage;
|
||||
}
|
||||
}
|
3
Assets/Scripts/Data/WeaponStats.cs.meta
Normal file
3
Assets/Scripts/Data/WeaponStats.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e2700a792f804e87b78c0889a7f6c2e4
|
||||
timeCreated: 1752263631
|
Reference in New Issue
Block a user