Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Prt_f01
Regina
C# Class Prt_f01.Regina
Inheritance:
Npc
Show file
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