C# Class Cody, SagaRO2

Inheritance: Npc
显示文件 Open project: Willyham/SagaRO2 Class Usage Examples

Public Methods

Method Description
OnAcceptPersonalQuest ( ActorPC pc, uint QID, byte button ) : void
OnButton ( ActorPC pc ) : void
OnInit ( ) : void

Method Details

OnAcceptPersonalQuest() public method

public OnAcceptPersonalQuest ( ActorPC pc, uint QID, byte button ) : void
pc SagaDB.Actors.ActorPC
QID uint
button byte
return void

OnButton() public method

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

OnInit() public method

public OnInit ( ) : void
return void