Skip to content

Instantly share code, notes, and snippets.

@VasylRomanets
Last active April 6, 2018 17:46
Show Gist options
  • Select an option

  • Save VasylRomanets/c036c04ba11d2e9b98cd4489ed1e317a to your computer and use it in GitHub Desktop.

Select an option

Save VasylRomanets/c036c04ba11d2e9b98cd4489ed1e317a to your computer and use it in GitHub Desktop.
using UnityEngine;
namespace SpecificNamespace
{
[AddComponentMenu("SpecificName")]
public class CommonName : MonoBehaviour
{ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment