refactor: generate states

This commit is contained in:
max 2022-08-05 23:17:06 +03:00
parent e62d6ec74c
commit c2fc0679ad
15 changed files with 472 additions and 301 deletions

View file

@ -0,0 +1,2 @@
export const NO_BURG: TNoBurg = {name: undefined};
export const NEUTRALS: TNeutrals = {i: 0, name: "Neutrals"};