Skip to content

Instantly share code, notes, and snippets.

@unity3dcollege
Created May 27, 2017 18:05
Show Gist options
  • Save unity3dcollege/dc8ce21c09a194384964fb8e5bcfa9e0 to your computer and use it in GitHub Desktop.
Save unity3dcollege/dc8ce21c09a194384964fb8e5bcfa9e0 to your computer and use it in GitHub Desktop.
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