mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Move FileSystemClientUtils
This commit is contained in:
parent
a88b3058e9
commit
fef8e16a85
2 changed files with 5 additions and 3 deletions
|
@ -2,10 +2,11 @@
|
|||
using System.Buffers;
|
||||
using System.Collections.Generic;
|
||||
using LibHac.Common;
|
||||
using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsSystem;
|
||||
|
||||
namespace LibHac.Fs;
|
||||
namespace LibHac.Tools.Fs;
|
||||
|
||||
public static class FileSystemClientUtils
|
||||
{
|
|
@ -5,6 +5,7 @@ using LibHac.Common;
|
|||
using LibHac.Fs;
|
||||
using LibHac.Fs.Fsa;
|
||||
using LibHac.FsSystem;
|
||||
using LibHac.Tools.Fs;
|
||||
|
||||
namespace hactoolnet;
|
||||
|
||||
|
|
Loading…
Reference in a new issue