예제 #1
0
파일: Landmine.cs 프로젝트: mjriley/LD29
 public void Update()
 {
     if (m_isAnimating)
     {
         m_animator.Update();
     }
 }