private void GetMasterObject() { m_masterObject = InterfaceUtils.FindObjectOfInterfaces <IMasterObj>(); }
protected void Awake() { m_gameObject = InterfaceUtils.FindObjectOfInterfaces <IGameObj>(); }