Beispiel #1
0
 public void EventoMatarEntidad()
 {
     if (entidad == null)
     {
         return;
     }
     entidad.Muerte();
 }