using UnityEngine; using UnityAtoms; namespace UnityAtoms.Examples { public class PlayerHealth : MonoBehaviour { public IntVariable Health; } }