aboutsummaryrefslogtreecommitdiff
path: root/game/preview/NpcScript.h
blob: 8d856fd22d0dfcb8e1262c11016edbebd217c4e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <crepe/api/Script.h>

class NpcScript : public crepe::Script {

private:

public:
	void init();
	void fixed_update(crepe::duration_t dt);
};