28 lines
500 B
Dart
28 lines
500 B
Dart
//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
|
|
|
|
|
|
|
|
|
|
|
|
//region kill house Keys
|
|
const int killHouseActionKey = 108;
|
|
|
|
//endregion
|
|
|
|
//region poultry science Keys
|
|
const int poultryScienceActionKey = 109;
|
|
|
|
//endregion
|