C# 클래스 TimedKillAchievement, TheDeadMemories

상속: Achievement
파일 보기 프로젝트 열기: TheDeadMemoriesTeam/TheDeadMemories

보호된 프로퍼티들

프로퍼티 타입 설명
requiredKills int
timeGive float

공개 메소드들

메소드 설명
TimedKillAchievement ( AchievementManager, am, string name, string description, int requiredKills, float timeGive ) : System.Collections
achieved ( ) : bool
getTimeGive ( ) : float

메소드 상세

TimedKillAchievement() 공개 메소드

public TimedKillAchievement ( AchievementManager, am, string name, string description, int requiredKills, float timeGive ) : System.Collections
am AchievementManager,
name string
description string
requiredKills int
timeGive float
리턴 System.Collections

achieved() 공개 메소드

public achieved ( ) : bool
리턴 bool

getTimeGive() 공개 메소드

public getTimeGive ( ) : float
리턴 float

프로퍼티 상세

requiredKills 보호되어 있는 프로퍼티

protected int requiredKills
리턴 int

timeGive 보호되어 있는 프로퍼티

protected float timeGive
리턴 float