Move Position3 to Game namespace

This commit is contained in:
Raymond 2021-07-15 14:28:17 -04:00
parent 53e52dbae3
commit c1755d4bf8

View file

@ -1,6 +1,6 @@
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
namespace Dalamud.Game.ClientState.Actors namespace Dalamud.Game
{ {
/// <summary> /// <summary>
/// A game native equivalent of a Vector3. /// A game native equivalent of a Vector3.