aboutsummaryrefslogtreecommitdiff
path: root/game/enemy/BattleWonEvent.h
blob: a48dbad472198ea29bd481923716564f965fbfb4 (plain)
1
2
3
4
5
#pragma once
#include <crepe/api/Event.h>
struct BattleWonEvent : public crepe::Event{

};