mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Move Keys
This commit is contained in:
parent
2d86d63fc6
commit
e3d55f6793
@ -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…
x
Reference in New Issue
Block a user