mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-17 17:34:36 +08:00
fix
This commit is contained in:
parent
02a0fc02f9
commit
2bb724bdcb
@ -86,8 +86,6 @@ namespace DCFApixels.DragonECS
|
||||
public int[] ToArray() { return _source.ToArray(); }
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public EcsGroup.Enumerator GetEnumerator() { return _source.GetEnumerator(); }
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public EcsGroup.LongsIterator GetLongs() { return _source.GetLongs(); }
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public int First() { return _source.First(); }
|
||||
|
Loading…
Reference in New Issue
Block a user