Created
May 27, 2017 18:05
-
-
Save unity3dcollege/dc8ce21c09a194384964fb8e5bcfa9e0 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 UnityEditor; | |
using UnityEngine; | |
[CustomEditor(typeof(EnemySpawner))] | |
public class EnemySpawnerEditor : Editor | |
{ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment