add act_toggle config to playerdata

This commit is contained in:
somewhatlurker
2019-08-30 00:16:35 +10:00
parent e0e59fc625
commit f15c7fce31
4 changed files with 9 additions and 4 deletions
@@ -16,5 +16,6 @@ namespace TLAC::Components
bool ShowExcellentClearBorder;
bool UseCard;
bool GameModifierOptions;
bool ActionSE;
};
}