Helpers should be separated from the rest of the code. Maybe into a Helper/ subfolder&namespace.
GameLogic should provide easy access to all Features of WkCocos, and be included in the Lib part.
Player can use GameLogic to access the Features it needs to access.
Note GameLogic doesnt need to be a singleton.
It can just be a global variable.
Helpers should be separated from the rest of the code. Maybe into a Helper/ subfolder&namespace.
GameLogic should provide easy access to all Features of WkCocos, and be included in the Lib part. Player can use GameLogic to access the Features it needs to access.
Note GameLogic doesnt need to be a singleton. It can just be a global variable.