8 lines
112 B
C#

using UnityEngine;
[CreateAssetMenu]
public class PlayerStats : ScriptableObject
{
public int MaxHealth;
}