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

Commit

Permalink
chore: move GameOverUI to UI Folder
Browse files Browse the repository at this point in the history
  • Loading branch information
M4lph authored and ManuelRauber committed Mar 3, 2024
1 parent d2f4b28 commit 0f487f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
using BoundfoxStudios.FairyTaleDefender.Common;
using BoundfoxStudios.FairyTaleDefender.Infrastructure.Events.ScriptableObjects;
using BoundfoxStudios.FairyTaleDefender.Infrastructure.SceneManagement;
using TMPro;
using UnityEngine;
using UnityEngine.Localization;

namespace BoundfoxStudios.FairyTaleDefender
namespace BoundfoxStudios.FairyTaleDefender.UI
{
[AddComponentMenu(Constants.MenuNames.UI + "/" + nameof(GameOverUI))]
public class GameOverUI : MonoBehaviour
{
[field: Header("References")]
Expand Down

0 comments on commit 0f487f3

Please sign in to comment.