7 lines
264 B
C#
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);
|
|
}
|
|
|