mirror of
https://github.com/kwsch/NHSE.git
synced 2026-03-29 21:14:41 -05:00
5 lines
144 B
C#
5 lines
144 B
C#
using System;
|
|
|
|
namespace NHSE.Core;
|
|
|
|
public readonly record struct EncryptedSaveFile(ReadOnlyMemory<byte> Data, ReadOnlyMemory<byte> Header); |