C# 클래스 ActiveSkills, TheDeadMemories

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_particule Transform

공개 메소드들

메소드 설명
ActiveSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule ) : System.Collections
getManaCost ( ) : int
getTimeIncantation ( ) : float

메소드 상세

ActiveSkills() 공개 메소드

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

getManaCost() 공개 메소드

public getManaCost ( ) : int
리턴 int

getTimeIncantation() 공개 메소드

public getTimeIncantation ( ) : float
리턴 float

프로퍼티 상세

m_particule 보호되어 있는 프로퍼티

protected Transform m_particule
리턴 Transform