Skip to content

Instantly share code, notes, and snippets.

View jlreymendez's full-sized avatar

José Rey Méndez jlreymendez

  • Argentina/Uruguay
View GitHub Profile
using System;
using Svelto.Common;
using Svelto.DataStructures;
namespace Svelto.ECS
{
public static class ExclusiveBuildGroupExtensions
{
internal static FasterDictionary<ExclusiveGroupStruct, FasterDictionary<RefWrapper<Type>, ExclusiveBuildGroup>>
_removeTransitions =