Skip to content

Instantly share code, notes, and snippets.

View jacobdufault's full-sized avatar

Jacob Dufault jacobdufault

View GitHub Profile
@jacobdufault
jacobdufault / DictionaryDemoBehavior.cs
Created January 23, 2014 20:03
Code for the Full Inspector screenshots
using Forge.Editing;
using Newtonsoft.Json;
using System.Collections.Generic;
using UnityEngine;
namespace Forge.Demo {
public enum MyEnum {
Option1, Option2, Option3, Option4, Option5
}