Skip to content

Instantly share code, notes, and snippets.

View HurricanKai's full-sized avatar

Kai Jellinghaus HurricanKai

View GitHub Profile
@HurricanKai
HurricanKai / IMinecraftStream.cs
Created October 28, 2017 18:31
The IMinecraftStream Interface
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Lib
{
public interface IMinecraftStream