Skip to content

Instantly share code, notes, and snippets.

@tenyuhuang
tenyuhuang / GLB.cs
Created June 14, 2018 15:53 — forked from OrigamiTech/GLB.cs
Unpacker for the GLB files found in DemonStar
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace LibDemonstar
{
public static class GLB
{