C# Class KeyItem, dreams

Inheritance: Item
Exibir arquivo Open project: mprofGamesDev-Dreams/dreams Class Usage Examples

Public Properties

Property Type Description
Collected bool
Name string

Public Methods

Method Description
CheckName ( string Other ) : bool
IsCollected ( ) : bool
SetCollected ( ) : void

Method Details

CheckName() public method

public CheckName ( string Other ) : bool
Other string
return bool

IsCollected() public method

public IsCollected ( ) : bool
return bool

SetCollected() public method

public SetCollected ( ) : void
return void

Property Details

Collected public_oe property

public bool Collected
return bool

Name public_oe property

public string Name
return string