This commit is contained in:
SoulliesOfficial
2026-04-17 12:01:50 -04:00
parent dd2657573a
commit ac98ec3aef
438 changed files with 4505 additions and 428 deletions

View File

@@ -6,7 +6,7 @@ using System.Linq;
using UnityEditor;
using UnityEditorInternal;
namespace SLSFramework.General
namespace SLSUtilities.General
{
[CustomPropertyDrawer(typeof(SerializableDictionary<,>), true)]
public class SerializableDictionaryDrawer : PropertyDrawer
@@ -410,7 +410,7 @@ namespace SLSFramework.General
}
#endif
namespace SLSFramework.General
namespace SLSUtilities.General
{
/// <summary>
/// 用于指定 SerializableDictionary 抽屉中 Key 区域的宽度占比。