Skip to content

Instantly share code, notes, and snippets.

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