Ejemplo n.º 1
0
        public NoMonoBehaviour(M1Behaviour m1, IM2Behaviour m2)
        {
            this.m1 = m1;

            Debug.Log("NoMonoBehaviour was created!");
            m1.Log();
            m2.Log();
            Debug.Log("--------");
        }