Skip to content

Commit

Permalink
Add Project+ exclusive options to Event Match item level
Browse files Browse the repository at this point in the history
  • Loading branch information
soopercool101 committed Dec 10, 2023
1 parent b262573 commit 5e9d53c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BrawlLib/SSBB/ResourceNodes/EventMatchNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,9 @@ public enum ItemLevelEnum : short
Low = 1,
Medium = 2,
High = 3,
Raining = 4
VeryHighProjectPlus = 4,
IntenseProjectPlus = 5,
BombRainProjectPlus = 6
}

public enum MatchTypeEnum : byte
Expand Down

0 comments on commit 5e9d53c

Please sign in to comment.