C# Class GameControllerScript.Weapon, Spare-Change

Weapon.
Mostrar archivo Open project: ThatsAMorais/Spare-Change Class Usage Examples

Public Methods

Method Description
AddAttack ( Attack, attack ) : void
Weapon ( string theName, Type, theType, int dmgMod, int spdMod, int defMod, int weaponLevel, DiceControllerScript.Roll, weaponRoll ) : System.Collections

Method Details

AddAttack() public method

public AddAttack ( Attack, attack ) : void
attack Attack,
return void

Weapon() public method

public Weapon ( string theName, Type, theType, int dmgMod, int spdMod, int defMod, int weaponLevel, DiceControllerScript.Roll, weaponRoll ) : System.Collections
theName string
theType Type,
dmgMod int
spdMod int
defMod int
weaponLevel int
weaponRoll DiceControllerScript.Roll,
return System.Collections