aboutsummaryrefslogtreecommitdiff
path: root/game/workers/PanicFromPlayer.h
blob: 804df5c5fda5d8f6ff675e5fdcd8605f28431dfe (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <crepe/api/Script.h>

class PanicFromPlayer : public crepe::Script {
public:
	void fixed_update(crepe::duration_t dt);
};