The Player has a Multi State assigned to the Jump
field in the PlayerInputBrain
so that when the Jump button is pressed, the character will automatically activate the correct type of jump action depending on their circumstances.
None of the enemies have any jump states because the AI logic required to properly utilise jumping to traverse an environment would be very complex and is beyond the scope of the Platformer Game Kit.