C# Class Cindeck.Core.OwnedIdol

Inheritance: IIdol
Show file Open project: noelex/Cindeck Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
OwnedIdol ( int lid, Idol idol, int skillLevel = 10 ) : PropertyChanged
UpdateReference ( Idol idol ) : void

Method Details

OwnedIdol() public method

public OwnedIdol ( int lid, Idol idol, int skillLevel = 10 ) : PropertyChanged
lid int
idol Idol
skillLevel int
return PropertyChanged

UpdateReference() public method

public UpdateReference ( Idol idol ) : void
idol Idol
return void