aboutsummaryrefslogtreecommitdiff
path: root/game/preview/NpcScript.h
blob: d278f838274ff7507310f00fa798fd5a32d1e549 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <crepe/api/Script.h>

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