Files
7d2dXG/Mods/zzz_REBIRTH__Utils/Scripts/Input/PlayerActionRebirthData.cs
Nathaniel Cosford 062dfab2cd Patched
2025-05-30 01:04:40 +09:30

7 lines
264 B
C#

public class PlayerActionRebirthData : PlayerActionData
{
public static readonly ActionTab TabRebirth = new ActionTab("inpTabRebirth", 35);
public static readonly ActionGroup GroupRebirth = new ActionGroup("inpGrpRebirthName", null, 35, TabRebirth);
}