C# Class MultiShot, Castle-Bashers

Inheritance: Skill
Datei anzeigen Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Public Properties

Property Type Description
numArrows int
spreadSize int

Public Methods

Method Description
UseSkill ( GameObject caller, GameObject target = null, System optionalParameters = null ) : void

Protected Methods

Method Description
Start ( ) : void

Method Details

Start() protected method

protected Start ( ) : void
return void

UseSkill() public method

public UseSkill ( GameObject caller, GameObject target = null, System optionalParameters = null ) : void
caller GameObject
target GameObject
optionalParameters System
return void

Property Details

numArrows public_oe property

public int numArrows
return int

spreadSize public_oe property

public int spreadSize
return int