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
|
public enum KeyType
|
||||||
{
|
{
|
|
@ -1,6 +1,6 @@
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace LibHac;
|
namespace LibHac.Common.Keys;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This is the exception that is thrown when an action requires a key that is not found in the provided keyset.
|
/// This is the exception that is thrown when an action requires a key that is not found in the provided keyset.
|
Loading…
Reference in a new issue