Changed to just use a features field

This commit is contained in:
WBHarry 2025-07-17 02:20:17 +02:00
parent ad9e0aa558
commit a370a97d8d
5 changed files with 58 additions and 42 deletions

View file

@ -1322,7 +1322,9 @@ export const featureTypes = {
export const featureSubTypes = {
primary: 'primary',
secondary: 'secondary'
secondary: 'secondary',
hope: 'hope',
class: 'class'
};
export const actionTypes = {