Move Godot utility conversion to TMV namespace

This commit is contained in:
Jarrod Doyle 2024-08-17 18:48:01 +01:00
parent 622192a489
commit 35a3158ea6
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
using Godot;
using KeepersCompound.LGS;
using KeepersCompound.LGS.Database;
using KeepersCompound.LGS.Database.Chunks;
using KeepersCompound.TMV.UI;

View File

@ -1,7 +1,6 @@
using System.Numerics;
namespace KeepersCompound.LGS;
namespace KeepersCompound.TMV;
public static class Utils
{