C# Class ByteEffectApplier, planet-survival

Inheritance: EffectApplier
Datei anzeigen Open project: gjrfytn/planet-survival

Public Methods

Method Description
ByteEffectApplier ( ByteDelegate applier )
Execute ( byte param ) : void

Method Details

ByteEffectApplier() public method

public ByteEffectApplier ( ByteDelegate applier )
applier ByteDelegate

Execute() public method

public Execute ( byte param ) : void
param byte
return void