mirror of
https://github.com/Maks1mS/pppi-rpg-game.git
synced 2024-12-24 14:44:39 +03:00
25 lines
347 B
JavaScript
25 lines
347 B
JavaScript
|
var indexSectionsWithContent =
|
|||
|
{
|
|||
|
0: "acdefghijlmnpqrstuwОШ",
|
|||
|
1: "acdefgilmnpqrstuw",
|
|||
|
2: "acdefghijlprstuw",
|
|||
|
3: "ОШ"
|
|||
|
};
|
|||
|
|
|||
|
var indexSectionNames =
|
|||
|
{
|
|||
|
0: "all",
|
|||
|
1: "classes",
|
|||
|
2: "functions",
|
|||
|
3: "pages"
|
|||
|
};
|
|||
|
|
|||
|
var indexSectionLabels =
|
|||
|
{
|
|||
|
0: "Указатель",
|
|||
|
1: "Классы",
|
|||
|
2: "Функции",
|
|||
|
3: "Страницы"
|
|||
|
};
|
|||
|
|