C# Class SagaMap.Packets.Server.UpdateQuest

Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method Description
SetQuestID ( uint ID ) : void
SetStep ( SagaDB s ) : void
UpdateQuest ( ) : System

Method Details

SetQuestID() public method

public SetQuestID ( uint ID ) : void
ID uint
return void

SetStep() public method

public SetStep ( SagaDB s ) : void
s SagaDB
return void

UpdateQuest() public method

public UpdateQuest ( ) : System
return System