Add WeaponStats class and update damage calculations for ranged and melee attacks

This commit is contained in:
2025-07-11 21:58:19 +02:00
parent 19c68fec3e
commit 9261b9f00f
10 changed files with 276 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
using System;
namespace Data
{
[Serializable]
public class WeaponStats
{
public float Damage;
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: e2700a792f804e87b78c0889a7f6c2e4
timeCreated: 1752263631