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

#include <crepe/api/Script.h>

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