C# 클래스 BoringHeroes.GameLogic.HeroRelated.Skill

파일 보기 프로젝트 열기: lances101/BoringHeroes

공개 메소드들

메소드 설명
Skill ( string name, int cooldown, int range, int castTime, Keys key, bool shouldCastOnCreeps, List type, SkillAction action ) : System

메소드 상세

Skill() 공개 메소드

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
리턴 System