We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902f58b commit 891f8f5Copy full SHA for 891f8f5
2 files changed
api/core-engine/Item.d.ts
@@ -470,6 +470,7 @@ declare namespace Item {
470
471
/**
472
* Class representing item used to set it's properties.
473
+ @deprecated Use {@link Item} methods instead.
474
*/
475
interface NativeItem {
476
addRepairItem(id: number): void;
i18n/ru/docusaurus-plugin-content-docs/current/blocks/renders/conditioning.md
@@ -10,18 +10,6 @@
10
11
## Рандомизация
12
13
-```mdx-code-block
14
-<NotImplemented />
15
-```
16
-
17
## Совмещаем условия
18
19
20
21
22
23
## Тонкая настройка
24
25
26
27
0 commit comments