Upload from upload_mods.ps1
This commit is contained in:
6
Scripts/Input/PlayerActionRebirthData.cs
Normal file
6
Scripts/Input/PlayerActionRebirthData.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
public class PlayerActionRebirthData : PlayerActionData
|
||||
{
|
||||
public static readonly ActionTab TabRebirth = new ActionTab("inpTabRebirth", 35);
|
||||
public static readonly ActionGroup GroupRebirth = new ActionGroup("inpGrpRebirthName", null, 35, TabRebirth);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user