C# Class Achievement, TheDeadMemories

Mostrar archivo Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Protected Properties

Property Type Description
_achieved bool
am AchievementManager
description string
name string

Public Methods

Method Description
Achievement ( AchievementManager, am, string name, string description ) : System
achieved ( ) : bool
check ( ) : bool
getAchieved ( ) : bool
getDescription ( ) : string
getName ( ) : string
setAchieved ( ) : void

Method Details

Achievement() public method

public Achievement ( AchievementManager, am, string name, string description ) : System
am AchievementManager,
name string
description string
return System

achieved() public abstract method

public abstract achieved ( ) : bool
return bool

check() public method

public check ( ) : bool
return bool

getAchieved() public method

public getAchieved ( ) : bool
return bool

getDescription() public method

public getDescription ( ) : string
return string

getName() public method

public getName ( ) : string
return string

setAchieved() public method

public setAchieved ( ) : void
return void

Property Details

_achieved protected_oe property

protected bool _achieved
return bool

am protected_oe property

protected AchievementManager am
return AchievementManager

description protected_oe property

protected string description
return string

name protected_oe property

protected string name
return string