Created
May 27, 2017 18:02
-
-
Save unity3dcollege/5f9494d3deaa0934a1f8e0677e7e0e7e 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