Move Godot utility conversion to TMV namespace
This commit is contained in:
parent
622192a489
commit
35a3158ea6
|
@ -1,5 +1,4 @@
|
|||
using Godot;
|
||||
using KeepersCompound.LGS;
|
||||
using KeepersCompound.LGS.Database;
|
||||
using KeepersCompound.LGS.Database.Chunks;
|
||||
using KeepersCompound.TMV.UI;
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
using System.Numerics;
|
||||
|
||||
namespace KeepersCompound.LGS;
|
||||
|
||||
namespace KeepersCompound.TMV;
|
||||
|
||||
public static class Utils
|
||||
{
|
Loading…
Reference in New Issue