Files
7d2dXG/Mods/zzz_REBIRTH__Utils/Scripts/Dialog/DialogActionCallGameEventRebirth.cs
Nathaniel Cosford e06f2bd282 Add All Mods
2025-05-29 23:33:28 +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);
}
}