C# Class MineDropper, gmap377_leathGloves_inc

Inheritance: Observer
Datei anzeigen Open project: bi3mer/gmap377_leathGloves_inc

Public Methods

Method Description
ObserverableAdded ( ) : void
OvserverableRemoved ( ) : void
Start ( ) : void

Initialize necessary variables

Private Methods

Method Description
dropMine ( ) : void

Drop a mine onto the planet

dropMines ( ) : IEnumerator

Method Details

ObserverableAdded() public method

public ObserverableAdded ( ) : void
return void

OvserverableRemoved() public method

public OvserverableRemoved ( ) : void
return void

Start() public method

Initialize necessary variables
public Start ( ) : void
return void