Last active
April 6, 2018 17:46
-
-
Save VasylRomanets/c036c04ba11d2e9b98cd4489ed1e317a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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