Skip to content

Commit

Permalink
Added BumpMines (rakijah#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
VulcanShot committed Dec 27, 2023
1 parent 597ae9c commit 57d6084
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CSGSI/Nodes/WeaponNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,12 @@ public enum WeaponType
/// <summary>
/// Melee weapons (such as hammer/wrench) in Danger Zone.
/// </summary>
Melee
Melee,

/// <summary>
/// Bump mine in Danger Zone.
/// </summary>
BumpMine
}

/// <summary>
Expand Down

0 comments on commit 57d6084

Please sign in to comment.