C# Class DeathBomb.LightBulb, ProjectPhoenix

Mostrar archivo Open project: Alx666/ProjectPhoenix

Public Methods

Method Description
LightBulb ( DeathBomb, deathBomb ) : System.Collections
Reset ( ) : void
TurnOff ( ) : void
TurnOn ( ) : void

Method Details

LightBulb() public method

public LightBulb ( DeathBomb, deathBomb ) : System.Collections
deathBomb DeathBomb,
return System.Collections

Reset() public method

public Reset ( ) : void
return void

TurnOff() public method

public TurnOff ( ) : void
return void

TurnOn() public method

public TurnOn ( ) : void
return void