From 18e2f5b45ab0be301f0973b8cf6df714c2d05f7c Mon Sep 17 00:00:00 2001
From: miepzerino <o.skotnik@gmail.com>
Date: Fri, 04 Apr 2025 18:43:10 +0000
Subject: [PATCH] #37 set background to character position on load

---
 Assets/Scripts/Attributes/StringValueAttribute.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Assets/Scripts/Attributes/StringValueAttribute.cs b/Assets/Scripts/Attributes/StringValueAttribute.cs
index f3753ba..9d5d646 100644
--- a/Assets/Scripts/Attributes/StringValueAttribute.cs
+++ b/Assets/Scripts/Attributes/StringValueAttribute.cs
@@ -2,7 +2,7 @@
 using System.Reflection;
 using Unity.VisualScripting;
 
-namespace Assets.Scripts.Enums
+namespace Assets.Scripts.Attributes
 {
     /// <summary>
     /// This attribute is used to represent a string value

--
Gitblit v1.9.3