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

#include <crepe/api/Script.h>

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