C# Class PoofManager, PoofParadise

Inheritance: MonoBehaviour
Show file Open project: CatalystOfNostalgia/PoofParadise Class Usage Examples

Public Properties

Property Type Description
poofManager PoofManager,

Public Methods

Method Description
beamDownPoof ( Tuple, currentLocation, int poofRate ) : void
beamDownPoof ( int poofRate ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

beamDownPoof() public method

public beamDownPoof ( Tuple, currentLocation, int poofRate ) : void
currentLocation Tuple,
poofRate int
return void

beamDownPoof() public method

public beamDownPoof ( int poofRate ) : void
poofRate int
return void

Property Details

poofManager public static property

public static PoofManager, poofManager
return PoofManager,