unity-atoms/Examples/Assets/Intro/GameObjects/Player/PlayerHealth.cs

11 lines
234 B
C#
Raw Normal View History

2020-03-01 15:32:52 -05:00
// using UnityEngine;
2018-11-12 16:15:14 -05:00
2020-03-01 15:32:52 -05:00
// namespace UnityAtoms.Examples
// {
// [AddComponentMenu("Unity Atoms/Examples/PlayerHealth")]
// public class PlayerHealth : MonoBehaviour
// {
// public IntVariable Health;
// }
// }