feat : change role navigation

This commit is contained in:
2025-09-13 16:18:30 +03:30
parent 29059cb7b1
commit 7f29023e94
7 changed files with 110 additions and 56 deletions

View File

@@ -0,0 +1,13 @@
//region Steward Keys
const int stewardFirstKey = 100;
const int stewardSecondKey = 101;
const int stewardThirdKey = 102;
const int stewardFourthKey = 103;
const int stewardFifthKey = 104;
//endregion
//region poultry Keys
const int poultryFirstKey = 105;
const int poultrySecondKey = 106;
const int poultryThirdKey = 107;
//endregion