Esempio n. 1
0
 public void EnterFrame(int frameIndex)
 {
     if (m_script != null)
     {
         m_script.EnterFrame(frameIndex);
     }
 }