C# Class invertika_game.Game.Quest

ファイルを表示 Open project: Invertika/server

Public Methods

Method Description
recoveredQuestVar ( int id, string name, string value ) : void

Private Methods

Method Description
recoverQuestVar ( Character ch, string name, QuestCallback f ) : void

Method Details

recoveredQuestVar() public static method

public static recoveredQuestVar ( int id, string name, string value ) : void
id int
name string
value string
return void