Пример #1
0
 // 更新
 public void Update()
 {
     if (m_current != null)
     {
         m_current.Update();
     }
 }