mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-16 18:29:13 -05:00
8 lines
168 B
C#
8 lines
168 B
C#
namespace PKHeX.Core
|
|
{
|
|
public sealed class Box8 : SaveBlock<SaveFile>
|
|
{
|
|
public Box8(SaveFile sav, SCBlock block) : base(sav, block.Data) { }
|
|
}
|
|
}
|