Scroll to next stage works!

This commit is contained in:
PlatinumSkink
2015-10-07 19:19:55 +02:00
parent 9bb50067fc
commit 07e59bd0e2
6 changed files with 76 additions and 38 deletions
+5 -1
View File
@@ -9,14 +9,18 @@
namespace dd
{
namespace Events
{
struct StageCleared : Event
{
int StageCleared = 0;
int ClearedStage = 0;
int StageCluster = 0;
};
}
}
#endif //DAYDREAM_ESTAGECLEARED_H