S
stefannikolei
Implement CheckPromotionEligible (#610)
* Implement CheckPromotionEligible
* Add the Check and the Logic for PromotionEligible (ported from the provided example)
* Added SendSay with 10 parameters
* moved e_Class from Client to shared
* Address PR Feedback
* Refactored the Logic of GetPromotionEligible to be straight forward
* SendSay now has defaults and better named parameters
* Added comments
* Used a const for LVL 60
* Make all parameters optional except the first 3
* Minor cleanup, formatting
* Revert formatting on otherwise reverted enums
* Fix up enum order (alphabetically) in globals.h
* Rename eventId1, eventId2 to eventIdUp and eventIdOk to better represent what the event IDs are for (event on 'up' button, event on 'ok' button).
---------
Co-authored-by: twostars <i.am.twostars@gmail.com>
Github Commit Görüntüle...
See Commints...
..
* Implement CheckPromotionEligible
* Add the Check and the Logic for PromotionEligible (ported from the provided example)
* Added SendSay with 10 parameters
* moved e_Class from Client to shared
* Address PR Feedback
* Refactored the Logic of GetPromotionEligible to be straight forward
* SendSay now has defaults and better named parameters
* Added comments
* Used a const for LVL 60
* Make all parameters optional except the first 3
* Minor cleanup, formatting
* Revert formatting on otherwise reverted enums
* Fix up enum order (alphabetically) in globals.h
* Rename eventId1, eventId2 to eventIdUp and eventIdOk to better represent what the event IDs are for (event on 'up' button, event on 'ok' button).
---------
Co-authored-by: twostars <i.am.twostars@gmail.com>
Github Commit Görüntüle...
See Commints...
..