Exemplo n.º 1
0
		public void detonate()
		{
			Visible = false;
			
			DetonateTimer detonation = new DetonateTimer( this, m_Game, m_Placer.Owner );
			detonation.Start();
		}
Exemplo n.º 2
0
        public void detonate()
        {
            Visible = false;

            DetonateTimer detonation = new DetonateTimer(this, m_Game, m_Placer.Owner);

            detonation.Start();
        }