#pragma once #include "Entity.h" #include "Listener.h" class Spectator : public Entity, public GameListener { protected: void OnWallJumped(WallJumpEvent * event) override; };