Beispiel #1
0
 public void PegaEstrela()
 {
     Console.WriteLine(_estado.GetType() + " pegou estrela");
     _estado = _estado.PegaEstrela();
 }