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