Skip to content

Commit 891f8f5

Browse files
committed
Bug fix and small remarks
1 parent 902f58b commit 891f8f5

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

api/core-engine/Item.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ declare namespace Item {
470470

471471
/**
472472
* Class representing item used to set it's properties.
473+
@deprecated Use {@link Item} methods instead.
473474
*/
474475
interface NativeItem {
475476
addRepairItem(id: number): void;

i18n/ru/docusaurus-plugin-content-docs/current/blocks/renders/conditioning.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@
1010

1111
## Рандомизация
1212

13-
```mdx-code-block
14-
<NotImplemented />
15-
```
16-
1713
## Совмещаем условия
1814

19-
```mdx-code-block
20-
<NotImplemented />
21-
```
22-
2315
## Тонкая настройка
24-
25-
```mdx-code-block
26-
<NotImplemented />
27-
```

0 commit comments

Comments
 (0)