Skip to content
View redheadgektor's full-sized avatar
😎
😎
Block or Report

Block or report redheadgektor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. battleye_unity battleye_unity Public

    C# 2 1

  2. simple byte stream simple byte stream
    1
    using System;
    2
    using System.IO;
    3
    using System.Runtime.CompilerServices;
    4
    using System.Text;
    5
    
                  
  3. Bit-packing tool Bit-packing tool
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.IO;
    4
    using System.IO.Compression;
    5
    using System.Runtime.CompilerServices;
  4. Content Content Public

    An easy tool for automatic assembly and loading of bundles

    C#

  5. RakNet_Networking RakNet_Networking Public archive

    Wrapper for the popular network engine RakNet used to this day in many popular games and mods for them with adaptation for the game engine Unity3D

    C# 30 4

  6. GameBuilder.cs GameBuilder.cs
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Diagnostics;
    4
    using System.IO;
    5
    using System.Linq;