예제 #1
0
        public static Spock BuscarInstancia()
        {
            if (Instancia == null)
            {
                Instancia = new Spock();
            }

            return(Instancia);
        }
 public override void Iniciar()
 {
     this.Ganha.Add(Papel.BuscarInstancia());
     this.Ganha.Add(Spock.BuscarInstancia());
 }