diff --git a/GamecraftModdingAPI/Utility/ApiExclusiveGroups.cs b/GamecraftModdingAPI/Utility/ApiExclusiveGroups.cs
index 5538404..bc7e8ab 100644
--- a/GamecraftModdingAPI/Utility/ApiExclusiveGroups.cs
+++ b/GamecraftModdingAPI/Utility/ApiExclusiveGroups.cs
@@ -10,10 +10,10 @@ namespace GamecraftModdingAPI.Utility
 {
     public static class ApiExclusiveGroups
     {
-        public static readonly ExclusiveGroup eventsExclusiveGroup = new ExclusiveGroup();
+        public static readonly ExclusiveGroup eventsExclusiveGroup = new ExclusiveGroup("GamecraftModdingAPI EventGroup");
 
         public static uint eventID;
 
-		public static readonly ExclusiveGroup versionGroup = new ExclusiveGroup("GamecraftModdingAPIVersion");
+		public static readonly ExclusiveGroup versionGroup = new ExclusiveGroup("GamecraftModdingAPI VersionGroup");
     }
 }