Moved files

This commit is contained in:
Deukhoofd 2020-05-04 17:54:34 +02:00
parent 93c205b81f
commit 87cd1b0b40
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
5 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,6 @@
using System;
using Creatureliblibrary.Generated;
using PkmnLibSharp.Utilities;
namespace PkmnLibSharp.Library
{

View File

@ -1,6 +1,6 @@
using System;
namespace PkmnLibSharp
namespace PkmnLibSharp.Utilities
{
public class NativeException : Exception
{

View File

@ -1,7 +1,7 @@
using System;
using System.Collections.Concurrent;
namespace PkmnLibSharp
namespace PkmnLibSharp.Utilities
{
public abstract class PointerWrapper : IDisposable
{

View File

@ -3,6 +3,7 @@ using NUnit.Framework;
using Pkmnlib;
using PkmnLibSharp;
using PkmnLibSharp.Library;
using PkmnLibSharp.Utilities;
namespace PkmnLibSharpTests.Library
{

View File

@ -3,6 +3,7 @@ using NUnit.Framework;
using Pkmnlib;
using PkmnLibSharp;
using PkmnLibSharp.Library;
using PkmnLibSharp.Utilities;
namespace PkmnLibSharpTests.Library
{