Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
refactor: remove unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelRauber committed Nov 7, 2023
1 parent 5e40dd8 commit 0a0377c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using UnityEngine;
using UnityEngine.Serialization;

namespace BoundfoxStudios.FairyTaleDefender.EditorExtensions.ScriptableObjects
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using BoundfoxStudios.FairyTaleDefender.UI.Utility;
using Unity.Mathematics;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.UI;

namespace BoundfoxStudios.FairyTaleDefender.UI.Settings
{
Expand Down

0 comments on commit 0a0377c

Please sign in to comment.