Files
zzz_REBIRTH__Utils/Scripts/Dialog/DialogActionCallGameEventRebirth.cs
2025-06-04 16:44:53 +09:30

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);
}
}