示例#1
0
 private void Update()
 {
     if (current_weapon != weapon_container.TopCard())
     {
         UpdateCardViews();
     }
 }