Modified: Level positions

This commit is contained in:
Llewellyn D'souza
2021-12-29 14:36:28 +05:30
parent 806cfefba3
commit 66ac295bdc
3 changed files with 18 additions and 35 deletions

View File

@@ -13,33 +13,14 @@ const UserActions = [
];
const LevelPositions = [
"B",
"D",
"DB",
"DF",
"F",
"L",
"LB",
"LD",
"LDB",
"LDF",
"LF",
"LU",
"LUB",
"LUF",
"R",
"RB",
"RD",
"RDB",
"RDF",
"RF",
"RU",
"RUB",
"RUF",
"U",
"UB",
"UF",
"W",
];
const InventoryScopes = ["Inventory", "Material", "Item"];