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 1 additions and 0 deletions
Showing only changes of commit ee2d696cec - Show all commits

View File

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