Skip to content

Instantly share code, notes, and snippets.

@cubed2d
Created March 4, 2015 11:43
Show Gist options
  • Save cubed2d/d7abd5542ff9afdbd3d9 to your computer and use it in GitHub Desktop.
Save cubed2d/d7abd5542ff9afdbd3d9 to your computer and use it in GitHub Desktop.
using UnityEngine;
using UnityEditor;
using System.Collections;
public class MakeMMOButton : MonoBehaviour {
[MenuItem("Edit/Make MMO", false, 5)]
static void OnMakeMMOButton()
{
throw new System.NotImplementedException();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment