mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-23 00:47:36 -05:00
9 lines
198 B
C#
9 lines
198 B
C#
namespace NHSE.Core;
|
|
|
|
/// <summary>
|
|
/// <inheritdoc cref="PersonalOffsets"/>
|
|
/// </summary>
|
|
public sealed class WhereAreNOffsets20 : WhereAreNOffsets
|
|
{
|
|
public override int Poki => 0xB84228;
|
|
} |