C# Class Prt_f04.ShantosK

Inheritance: Npc
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method Description
OnButton ( ActorPC pc ) : void
OnInit ( ) : void
OnQuest ( ActorPC pc ) : void
OnReward ( ActorPC pc, uint QID ) : void

Method Details

OnButton() public method

public OnButton ( ActorPC pc ) : void
pc SagaDB.Actors.ActorPC
return void

OnInit() public method

public OnInit ( ) : void
return void

OnQuest() public method

public OnQuest ( ActorPC pc ) : void
pc SagaDB.Actors.ActorPC
return void

OnReward() public method

public OnReward ( ActorPC pc, uint QID ) : void
pc SagaDB.Actors.ActorPC
QID uint
return void