示例#1
0
 private void GetMasterObject()
 {
     m_masterObject = InterfaceUtils.FindObjectOfInterfaces <IMasterObj>();
 }
示例#2
0
 protected void Awake()
 {
     m_gameObject = InterfaceUtils.FindObjectOfInterfaces <IGameObj>();
 }