From f966ed2ffcafe86c925332362a734d9a5f45aa74 Mon Sep 17 00:00:00 2001
From: BlizzCrafter <7989230+BlizzCrafter@users.noreply.github.com>
Date: Mon, 25 Mar 2024 19:13:11 +0100
Subject: [PATCH] Added missing "Trap" icon to the IconType enum.
The "Trap" icon is the only icon missing from the "IconType" enum. So I added it there :)
---
GeonBit.UI/Source/Entities/Icon.cs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/GeonBit.UI/Source/Entities/Icon.cs b/GeonBit.UI/Source/Entities/Icon.cs
index 02aaa0a..554a276 100644
--- a/GeonBit.UI/Source/Entities/Icon.cs
+++ b/GeonBit.UI/Source/Entities/Icon.cs
@@ -118,6 +118,8 @@ public enum IconType
OrbBlue,
/// 'OrbGreen' Icon.
OrbGreen,
+ /// 'Trap' Icon.
+ Trap,
/// 'ZoomIn' Icon.
ZoomIn,
/// 'ZoomOut' Icon.