Exemplo n.º 1
0
 public void Imprisoned(float time)
 {
     if (_invicible)
     {
         return;
     }
     _state.ActionImprisoned(time);
 }