add non-attribute XP and threat to enemy stats
This commit is contained in:
parent
ee2d696cec
commit
d8d3a69c36
@ -8,6 +8,8 @@ public class EnemyAttributesSO : ScriptableObject
|
||||
[SerializeField] private Attribute SPD;
|
||||
[SerializeField] private Attribute RNG;
|
||||
[SerializeField] private Attribute MND;
|
||||
public long XP { get; private set; }
|
||||
public long Threat { get; private set; }
|
||||
|
||||
public static EnemyAttributesSO New()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user