using UnityEngine; namespace Gaia { /// /// This Class is only used to check to see if the controller can be deleted /// public class CustomGaiaController : MonoBehaviour { public bool m_isPlayer = false; } }