mirror of
https://github.com/kwsch/NHSE.git
synced 2026-03-22 01:34:51 -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); |