Tweak exclusive group names
This commit is contained in:
parent
9cb6917d28
commit
205b3fc51a
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ namespace GamecraftModdingAPI.Utility
|
||||||
{
|
{
|
||||||
public static class ApiExclusiveGroups
|
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 uint eventID;
|
||||||
|
|
||||||
public static readonly ExclusiveGroup versionGroup = new ExclusiveGroup("GamecraftModdingAPIVersion");
|
public static readonly ExclusiveGroup versionGroup = new ExclusiveGroup("GamecraftModdingAPI VersionGroup");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue