aboutsummaryrefslogtreecommitdiff
path: root/game/prefab/ZapperObject.h
blob: 1f32cd72e1346afe0a0933f6ef84a104c0b25325 (plain)
1
2
3
4
5
6
7
#pragma once

#include <crepe/api/GameObject.h>

class ZapperObject : public crepe::GameObject {
	// afsd
};