C# Class OpenNos.GameObject.CharacterSkill

Inheritance: OpenNos.Data.CharacterSkillDTO
Show file Open project: OpenNos/OpenNos Class Usage Examples

Public Methods

Method Description
CanBeUsed ( ) : bool
CharacterSkill ( ) : System
CharacterSkill ( CharacterSkillDTO dto ) : System

Method Details

CanBeUsed() public method

public CanBeUsed ( ) : bool
return bool

CharacterSkill() public method

public CharacterSkill ( ) : System
return System

CharacterSkill() public method

public CharacterSkill ( CharacterSkillDTO dto ) : System
dto OpenNos.Data.CharacterSkillDTO
return System