C# Class GameControllerScript.Attack, Spare-Change

Attack.
Inheritance: BattleAction
Mostra file Open project: ThatsAMorais/Spare-Change

Public Methods

Method Description
Attack ( string theName, int dmgMod, int hitMod, BattleAction, actionType = BattleAction.Type.Attack ) : System.Collections

Method Details

Attack() public method

public Attack ( string theName, int dmgMod, int hitMod, BattleAction, actionType = BattleAction.Type.Attack ) : System.Collections
theName string
dmgMod int
hitMod int
actionType BattleAction,
return System.Collections