C# 클래스 [email protected]

상속: ISkill
파일 보기 프로젝트 열기: ggrrin/DungeonMaster 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
entity IEntity
rand Random

공개 메소드들

메소드 설명
AddExperience ( int experience ) : void
AddInitExperience ( long experience ) : void

보호된 메소드들

메소드 설명
ApplySkills ( int majorIncrease, int minorIncrease ) : void
LevelUp ( ) : void
SkillBase ( IEntity entity ) : System

비공개 메소드들

메소드 설명
F303_AA09_CHAMPION_GetSkillLevel ( bool applyTemporaryExperience ) : int
F304_apzz_CHAMPION_AddSkillExperience ( int exp ) : void

메소드 상세

AddExperience() 공개 메소드

public AddExperience ( int experience ) : void
experience int
리턴 void

AddInitExperience() 공개 메소드

public AddInitExperience ( long experience ) : void
experience long
리턴 void

ApplySkills() 보호된 추상적인 메소드

protected abstract ApplySkills ( int majorIncrease, int minorIncrease ) : void
majorIncrease int
minorIncrease int
리턴 void

LevelUp() 보호된 메소드

protected LevelUp ( ) : void
리턴 void

SkillBase() 보호된 메소드

protected SkillBase ( IEntity entity ) : System
entity IEntity
리턴 System

프로퍼티 상세

entity 보호되어 있는 프로퍼티

protected IEntity entity
리턴 IEntity

rand 보호되어 있는 정적으로 프로퍼티

protected static Random rand
리턴 Random