mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Move Position3 to Game namespace
This commit is contained in:
parent
53e52dbae3
commit
c1755d4bf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue