Browse Source

Tweak exclusive group names

tags/v1.0.0
NGnius (Graham) 4 years ago
parent
commit
205b3fc51a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      GamecraftModdingAPI/Utility/ApiExclusiveGroups.cs

+ 2
- 2
GamecraftModdingAPI/Utility/ApiExclusiveGroups.cs View File

@@ -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");
}
}

Loading…
Cancel
Save