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