10 lines
147 B
C#
Raw Normal View History

2018-11-12 22:15:14 +01:00
using UnityEngine;
namespace UnityAtoms.Examples
{
public class PlayerHealth : MonoBehaviour
{
public IntVariable Health;
}
}