Skip to content

Instantly share code, notes, and snippets.

@lindsaygcox
Created July 24, 2019 15:02
Show Gist options
  • Save lindsaygcox/750b8f7ceb6eda197ef66cbbf895d152 to your computer and use it in GitHub Desktop.
Save lindsaygcox/750b8f7ceb6eda197ef66cbbf895d152 to your computer and use it in GitHub Desktop.
private readonly List<Enemies> _enemiesToCheck = new List<Enemies>();
private void Update()
{
_enemiesToCheck.Clear();
EnemyLogic(_enemiesToCheck);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment