Skip to content

Instantly share code, notes, and snippets.

View Ujinjinjin's full-sized avatar
🏠
Working from home

Camille Galladjov Ujinjinjin

🏠
Working from home
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 =