Exemplo n.º 1
0
 private void GetMasterObject()
 {
     m_masterObject = InterfaceUtils.FindObjectOfInterfaces <IMasterObj>();
 }
Exemplo n.º 2
0
 protected void Awake()
 {
     m_gameObject = InterfaceUtils.FindObjectOfInterfaces <IGameObj>();
 }