Atzlan data. Very WIP

This commit is contained in:
Jonathan
2025-06-10 16:49:49 -04:00
parent e464b9ecab
commit 2ac56f9672
4 changed files with 533 additions and 179 deletions
+1
View File
@@ -9,6 +9,7 @@ public class EntityWeaponModel : IEntityPartInterface
public virtual EntityModel EntityModel { get; set; }
public int Range { get; set; } = 40;
public int MinimumRange { get; set; } = 0;
public float AttacksPerSecond { get; set; } = 0;
public float SecondsBetweenAttacks { get; set; } = 0;