Exemplo n.º 1
0
 public void Shot()
 {
     if (IsControllable())
     {
         _state.ActionShot();
     }
 }