2025-09-13 16:18:30 +03:30
|
|
|
//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
|
2025-11-26 16:23:18 +03:30
|
|
|
|
|
|
|
|
//region kill house Keys
|
2025-12-01 09:42:26 +03:30
|
|
|
const int killHouseActionKey = 108;
|
2025-11-26 16:23:18 +03:30
|
|
|
|
|
|
|
|
//endregion
|