mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Add Stream overload to Ticket constructor
This commit is contained in:
parent
e92c686d77
commit
53680f3e5c
@ -34,6 +34,8 @@ namespace LibHac
|
||||
|
||||
public Ticket() { }
|
||||
|
||||
public Ticket(Stream stream) : this(new BinaryReader(stream)) { }
|
||||
|
||||
public Ticket(BinaryReader reader)
|
||||
{
|
||||
var fileStart = reader.BaseStream.Position;
|
||||
|
Loading…
x
Reference in New Issue
Block a user