C# 클래스 SuperSkills, TheDeadMemories

상속: DamageSkills
파일 보기 프로젝트 열기: TheDeadMemoriesTeam/TheDeadMemories 1 사용 예제들

공개 메소드들

메소드 설명
SuperSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float damage, float zone ) : System.Collections
getZone ( ) : float
launch ( Vector3 position, float distance, float damage, bool furie, float damageFurie, float factorCritique ) : void

메소드 상세

SuperSkills() 공개 메소드

public SuperSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float damage, float zone ) : System.Collections
name string
description string
price int
father Skills,
timeIncantation float
manaCost int
particule Transform
damage float
zone float
리턴 System.Collections

getZone() 공개 메소드

public getZone ( ) : float
리턴 float

launch() 공개 메소드

public launch ( Vector3 position, float distance, float damage, bool furie, float damageFurie, float factorCritique ) : void
position Vector3
distance float
damage float
furie bool
damageFurie float
factorCritique float
리턴 void