Update library structure to split off Testing utilities from the Utility area

This commit is contained in:
2026-06-05 22:28:13 -04:00
parent 360657a2e9
commit b80346f3b4
15 changed files with 58 additions and 10 deletions
@@ -1,7 +1,7 @@
using System.Collections;
using BracerLib.Utility;
using BracerLib.Utility.Testing;
using NUnit.Framework;
using UnityEngine;
namespace BracerLib.Tests.Utility
{
@@ -2,6 +2,7 @@
using System.Collections;
using System.Collections.Generic;
using BracerLib.Utility;
using BracerLib.Utility.Testing;
using NUnit.Framework;
using UnityEngine;