C# Class ByteAnd2BoolEffectApplier, planet-survival

Inheritance: EffectApplier
Afficher le fichier Open project: gjrfytn/planet-survival

Méthodes publiques

Méthode Description
ByteAnd2BoolEffectApplier ( ByteAnd2BoolDelegate applier )
Execute ( byte param1, bool param2, bool param3 ) : void

Method Details

ByteAnd2BoolEffectApplier() public méthode

public ByteAnd2BoolEffectApplier ( ByteAnd2BoolDelegate applier )
applier ByteAnd2BoolDelegate

Execute() public méthode

public Execute ( byte param1, bool param2, bool param3 ) : void
param1 byte
param2 bool
param3 bool
Résultat void