namespace MoonTools.ECS.Rev2; public interface IForEach where T1 : unmanaged where T2 : unmanaged { public void Update(ref T1 t1, ref T2 t2); }