Skip to content

Commit

Permalink
Made 'Buffer' public
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia-Kosenkov committed Dec 27, 2020
1 parent 0080d2f commit cc4bd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RefTools/Buffer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace RefTools
{
internal static class Buffer
public static class Buffer
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static void ZeroMemory(ref byte ptr, uint len) =>
Expand Down

0 comments on commit cc4bd02

Please sign in to comment.