Skip to content

Commit

Permalink
removd unused enum
Browse files Browse the repository at this point in the history
  • Loading branch information
MakoInfused committed Nov 27, 2024
1 parent 8c68f35 commit cc33117
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/game_battlealgorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@ class AlgorithmBase {
public:
virtual ~AlgorithmBase() {}

enum ActionType {
Basic,
Skill,
Transformation,
Item
};

/** @return the category associated with this action */
virtual int GetActionType();

Expand Down

0 comments on commit cc33117

Please sign in to comment.