add create asset to enemy attributes

This commit is contained in:
Branden J Brown 2023-07-30 08:35:42 -05:00
parent 124cb74bd5
commit ee2d696cec
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
using UnityEngine;
[CreateAssetMenu(fileName = "EnemyAttributes", menuName = "Enemy Attributes")]
public class EnemyAttributesSO : ScriptableObject
{
[SerializeField] private Attribute STR;