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