mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Make GameCardHandle.Value public
This commit is contained in:
parent
b517085e92
commit
6ed1f1297d
@ -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…
x
Reference in New Issue
Block a user