C# Class SkillSystem.SkillConfigManager

ファイルを表示 Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
ExistSkill ( int id ) : bool
LoadSkill ( string file ) : void
LoadSkillIfNotExist ( int id, string file ) : void
LoadSkillText ( string text ) : void
NewSkillInstance ( int id ) : SkillInstance

Private Methods

Method Description
GetSkillInstanceResource ( int id ) : SkillInstance
Load ( Dsl dataFile ) : void
SkillConfigManager ( ) : System

Method Details

Clear() public method

public Clear ( ) : void
return void

ExistSkill() public method

public ExistSkill ( int id ) : bool
id int
return bool

LoadSkill() public method

public LoadSkill ( string file ) : void
file string
return void

LoadSkillIfNotExist() public method

public LoadSkillIfNotExist ( int id, string file ) : void
id int
file string
return void

LoadSkillText() public method

public LoadSkillText ( string text ) : void
text string
return void

NewSkillInstance() public method

public NewSkillInstance ( int id ) : SkillInstance
id int
return SkillInstance