Пример #1
0
 void Start()
 {
     if (null != m_Beat)
     {
         m_Beat = GetComponentInParent <Motion_Beat>();
     }
 }
Пример #2
0
 public void SetHandler(Motion_Move move, ViewCmpt view, Motion_Beat beat)
 {
     m_Beat = beat;
 }