C# Class TimedKillAchievement, TheDeadMemories

Inheritance: Achievement
Afficher le fichier Open project: TheDeadMemoriesTeam/TheDeadMemories

Protected Properties

Свойство Type Description
requiredKills int
timeGive float

Méthodes publiques

Méthode Description
TimedKillAchievement ( AchievementManager, am, string name, string description, int requiredKills, float timeGive ) : System.Collections
achieved ( ) : bool
getTimeGive ( ) : float

Method Details

TimedKillAchievement() public méthode

public TimedKillAchievement ( AchievementManager, am, string name, string description, int requiredKills, float timeGive ) : System.Collections
am AchievementManager,
name string
description string
requiredKills int
timeGive float
Résultat System.Collections

achieved() public méthode

public achieved ( ) : bool
Résultat bool

getTimeGive() public méthode

public getTimeGive ( ) : float
Résultat float

Property Details

requiredKills protected_oe property

protected int requiredKills
Résultat int

timeGive protected_oe property

protected float timeGive
Résultat float