C# Class BoringHeroes.GameLogic.HeroRelated.Skill

Show file Open project: lances101/BoringHeroes

Public Methods

Method Description
Skill ( string name, int cooldown, int range, int castTime, Keys key, bool shouldCastOnCreeps, List type, SkillAction action ) : System

Method Details

Skill() public method

public Skill ( string name, int cooldown, int range, int castTime, Keys key, bool shouldCastOnCreeps, List type, SkillAction action ) : System
name string
cooldown int
range int
castTime int
key Keys
shouldCastOnCreeps bool
type List
action SkillAction
return System