feature-attributes #7

Merged
zephyr merged 10 commits from feature-attributes into main 2023-07-30 10:58:19 -05:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit d8d3a69c36 - Show all commits

View File

@ -8,6 +8,8 @@ public class EnemyAttributesSO : ScriptableObject
[SerializeField] private Attribute SPD; [SerializeField] private Attribute SPD;
[SerializeField] private Attribute RNG; [SerializeField] private Attribute RNG;
[SerializeField] private Attribute MND; [SerializeField] private Attribute MND;
public long XP { get; private set; }
public long Threat { get; private set; }
public static EnemyAttributesSO New() public static EnemyAttributesSO New()
{ {