Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezeEngine committed Aug 23, 2024
1 parent d1a57d3 commit e0a7e45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/feature/module/impl/visual/NoHurtCam.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#pragma once
#include "../../Module.h"
#include "client/event/impl/GammaEvent.h"

class NoHurtCam : public Module {
public:
NoHurtCam();

void onBobHurt(Event& ev);
private:
};

0 comments on commit e0a7e45

Please sign in to comment.