mirror of
https://github.com/kwsch/NHSE.git
synced 2026-07-16 16:29:35 -05:00
12 lines
330 B
C#
12 lines
330 B
C#
namespace NHSE.Core
|
|
{
|
|
/// <summary>
|
|
/// <inheritdoc cref="MainSaveOffsets"/>
|
|
/// </summary>
|
|
public class MainSaveOffsets10 : MainSaveOffsets
|
|
{
|
|
public override int Villager => 0x110;
|
|
public override int Patterns => 0x1D72F0;
|
|
public override int RecycleBin => 0xABC000; // yep.
|
|
}
|
|
} |