mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Move Keys
This commit is contained in:
parent
2d86d63fc6
commit
e3d55f6793
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
namespace LibHac;
|
||||
namespace LibHac.Common.Keys;
|
||||
|
||||
public enum KeyType
|
||||
{
|
||||
|
@ -6,4 +6,4 @@ public enum KeyType
|
|||
Common,
|
||||
Unique,
|
||||
Title
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
using System;
|
||||
|
||||
namespace LibHac;
|
||||
namespace LibHac.Common.Keys;
|
||||
|
||||
/// <summary>
|
||||
/// This is the exception that is thrown when an action requires a key that is not found in the provided keyset.
|
||||
|
@ -77,4 +77,4 @@ public class MissingKeyException : LibHacException
|
|||
return s;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue