Skip to content

Commit

Permalink
Remove UnityEditor.Animations
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellovell committed Oct 9, 2024
1 parent c45fde3 commit 050bddd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Scripts/Managers/ParticleManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using UnityEngine;
using System.Linq;
using UnityEditor.Animations;

public class ParticleManager : MonoBehaviour {
public static ParticleManager Instance { get; private set; }
Expand Down

0 comments on commit 050bddd

Please sign in to comment.