Skip to content

Instantly share code, notes, and snippets.

View Agrair's full-sized avatar

Agrair

View GitHub Profile
@Agrair
Agrair / BinaryWriterExtensions.cs
Last active May 9, 2022 01:17
Reads and writes any class
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
namespace API.Networking
{
public static class BinaryWriterExtensions
{