2019-12-13 20:42:55 -08:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
2019-12-15 16:35:59 -08:00
|
|
|
|
|
2019-12-13 20:42:55 -08:00
|
|
|
|
using Svelto.ECS;
|
|
|
|
|
|
|
|
|
|
namespace GamecraftModdingAPI.Utility
|
|
|
|
|
{
|
|
|
|
|
static class ApiExclusiveGroups
|
|
|
|
|
{
|
|
|
|
|
public static readonly ExclusiveGroup eventsExclusiveGroup = new ExclusiveGroup();
|
|
|
|
|
|
|
|
|
|
public static uint eventID;
|
|
|
|
|
}
|
|
|
|
|
}
|