Skip to content

Instantly share code, notes, and snippets.

View jjcat's full-sized avatar

JJCat jjcat

View GitHub Profile
@jjcat
jjcat / DebugConsole.cs
Last active December 17, 2015 04:09
Debug console class for Unity3d. See DebugConsoleTest.cs how to use user type as parameter
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Reflection;
static public class DebugConsole
{
class Command {