From 630b1b0e246e79d303b2ba16377c4aa1bbc00929 Mon Sep 17 00:00:00 2001 From: Holly Date: Fri, 12 May 2023 09:52:52 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 46b54fd..6be9255 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,11 @@ writer.writeByte(); ``` You can find a list of all of the methods for [Writers](https://github.com/tgpholly/bufferStuff/blob/master/writers/IWriter.ts) and [Readers](https://github.com/tgpholly/bufferStuff/blob/master/readers/IReader.ts) in their interface files. + +## Projects using bufferStuff +If your project uses bufferStuff feel free to make a PR to add it to this list! +### [tgpholly/mc-beta-server](https://github.com/tgpholly/mc-beta-server) +### [tgpholly/ultrakillMP_server](https://github.com/tgpholly/ultrakillMP_server) + +## Projects similar to bufferStuff +### [tgpholly/csharp-extensions/BinaryTools](https://github.com/tgpholly/csharp-extensions/tree/master/BinaryTools) - Basically bufferStuff but for C#