Revert "[feature] ТРУСЫ (#12)"

This reverts commit 4bf54ed149.
This commit is contained in:
Aviu00
2024-01-14 07:54:28 +03:00
parent 8dd715559d
commit 2a29f563c8
405 changed files with 644 additions and 3492 deletions

View File

@@ -26,8 +26,5 @@ public enum SlotFlags
LEGS = 1 << 13,
FEET = 1 << 14,
SUITSTORAGE = 1 << 15,
UNDERWEART = 1 << 16, // White
UNDERWEARB = 1 << 17, // White
SOCKS = 1 << 18, // White
All = ~NONE,
}