unity-atoms/Examples/Assets/Intro/GameObjects/Player/PlayerHealth.cs
Adam Ramberg 5d9f8dca71 WIP
2020-03-01 21:32:52 +01:00

11 lines
234 B
C#

// using UnityEngine;
// namespace UnityAtoms.Examples
// {
// [AddComponentMenu("Unity Atoms/Examples/PlayerHealth")]
// public class PlayerHealth : MonoBehaviour
// {
// public IntVariable Health;
// }
// }