mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Make GameCardHandle.Value public
This commit is contained in:
parent
b517085e92
commit
6ed1f1297d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ namespace LibHac.FsService
|
|||
{
|
||||
public struct GameCardHandle : IEquatable<GameCardHandle>
|
||||
{
|
||||
internal readonly int Value;
|
||||
public readonly int Value;
|
||||
|
||||
public GameCardHandle(int value)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue