8 lines
270 B
C#
8 lines
270 B
C#
public class DialogActionCallGameEventRebirth : BaseDialogAction
|
|
{
|
|
public override void PerformAction(EntityPlayer player)
|
|
{
|
|
GameEventManager.Current.HandleAction(this.ID, player as EntityPlayer, player, false, "", "", false, true, "", null);
|
|
}
|
|
}
|