карты пвз
All checks were successful
Deploy / build (push) Successful in 55s

This commit is contained in:
alsaze
2025-11-12 13:19:47 +03:00
parent e5420edc64
commit bd4edfdade
7 changed files with 120 additions and 72 deletions

View File

@@ -2,3 +2,8 @@ export enum IPvzMapTabs {
MAP = 'map',
LIST = 'list',
}
export enum IPvzMapFittingTabs {
ALL = 'all',
ALLOW = 'allow',
FORBID = 'Forbid',
}