Skip to content

Commit

Permalink
Removed unused struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchyDev committed Oct 22, 2023
1 parent ebe01da commit 4a3c19e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/TrialOfStrength.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ enum ToSConstants {
TOS_DATA_UINT32_CURSE_ID = 0,
};

struct ToSCurseInformation : public DataMap::Base
{
uint32 curseId;

~ToSCurseInformation() { }
};

struct ToSWaveTemplate {
uint32 wave;
uint32 enemyGroup;
Expand Down

0 comments on commit 4a3c19e

Please sign in to comment.