Exemplo n.º 1
0
//    private Timer clock;

    public Plant()
    {
        ExplosionHandler = new ExplosionTask(this);
    }
Exemplo n.º 2
0
 protected Pushable()
 {
     ExplosionHandler = new ExplosionTask(this);
 }
Exemplo n.º 3
0
 public ExplosiveCrate()
 {
     ExplosionHandler = new ExplosionTask(this);
 }
Exemplo n.º 4
0
 protected Switchable()
 {
     ExplosionHandler = new ExplosionTask(this);
 }