Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Jan 3, 2024
1 parent 1f3ed41 commit 771899c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/R3/Internal/ArrayBuffer.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
namespace R3.Internal;

// TODO: remove this if not using
internal struct ArrayBuffer<T>
{
public readonly T[] Array;
Expand Down

0 comments on commit 771899c

Please sign in to comment.