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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user